#FC7EC9

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

Shades of Tea Rose #FC7EC9

Tints of Tea Rose #FC7EC9

Color information

#FC7EC9 (or 0xFC7EC9) is unknown color: approx Tea Rose. HEX triplet: FC, 7E and C9. RGB value is (252,126,201). Sum of RGB (Red+Green+Blue) = 252+126+201=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EC9 is #038136. Grayscale: #ACACAC. Windows color (decimal): -229687 or 13205244. OLE color: 13205244.

HSL color Cylindrical-coordinate representation of color #FC7EC9: hue angle of 324.29º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7EC9 is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252126201-
CMYK00.50.200.01
HSL324.29º95.45%74.12%-
HSV(B)324.29º50%98.82%-
XYZ58.1539.8359.88-
YUV172.22144.24184.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.52%
GREEN value IS 126 (49.61% from 255) = 21.76%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=43.52%
G=21.76%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212620100.50.200.01324.2995.4574.12
HexFC7EC90321411445f4a
Octal374176311062241504137112
Binary11111100111111011001001011001010100110100010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7EC9; }

 p { color: rgb(252,126,201); }

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

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

 a { background-color: rgb(252,126,201); }

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

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

 span { border-color: rgb(252,126,201); }

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