#fe7fd0

Color #FE7FD0 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FE7FD0

Tints of Tea Rose #FE7FD0

Color information

#FE7FD0 (or 0xFE7FD0) is unknown color: approx Tea Rose. HEX triplet: FE, 7F and D0. RGB value is (254,127,208). Sum of RGB (Red+Green+Blue) = 254+127+208=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FD0 is #01802F. Grayscale: #AEAEAE. Windows color (decimal): -98352 or 13664254. OLE color: 13664254.

HSL color Cylindrical-coordinate representation of color #FE7FD0: hue angle of 321.73º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7FD0 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB254127208-
CMYK00.500.180.00
HSL321.73º98.45%74.71%-
HSV(B)321.73º50%99.61%-
XYZ59.8540.864.4-
YUV174.21147.08184.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 127 (50% from 255) = 21.56%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=43.12%
G=21.56%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412720800.500.180.00321.7398.4574.71
HexFE7FD0032120142624b
Octal376177320062220502142113
Binary11111110111111111010000011001010010010100001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe7fd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe7fd0; }

 p { color: rgb(254,127,208); }

 H1.HeaderClassName
 {
   color: #fe7fd0;
 }
 .AnyTagClassName
 {
   color: #fe7fd0;
 }
</style>
background-color css

<style>
 a { background-color: #fe7fd0; }

 a { background-color: rgb(254,127,208); }

 div.DivClassName
 {
   background-color: #fe7fd0;
 }
 .BgClassName
 {
   background-color: #fe7fd0;
 }
</style>
border-color css

<style>
 span { border-color: #fe7fd0; }

 span { border-color: rgb(254,127,208); }

 td.TdClassName
 {
   border-color: #fe7fd0;
 }
 .TagClassName
 {
   border-color: #fe7fd0;
 }
</style>