Html Css Color HEX #FC8EC9 Tea Rose

📋 copy color: '#FC8EC9'

red 252 ◦ green 142 ◦ blue 201

#FC8EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #FC8EC9

Tints of Tea Rose #FC8EC9

RGB

 RED value IS 252 (98.83% from 255) = 42.35%

 GREEN value IS 142 (55.86% from 255) = 23.87%

 BLUE value IS 201 (78.91% from 255) = 33.78%

R = 42.35%
G = 23.87%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC8EC9 (or 0xFC8EC9) is known color: Tea Rose. HEX triplet: FC, 8E and C9. RGB value is (252,142,201). Sum of RGB (Red+Green+Blue) = 252+142+201=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EC9 is #037136. Grayscale: #B5B5B5. Windows color (decimal): -225591 or 13209340. OLE color: 13209340.

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

Color convert

RGB 252 142 201 -
CMYK 0 0.44 0.20 0.01
HSL 327.82º 0.95% 0.77% -
HSV(B) 327.82º 0.44% 0.99% -
XYZ 60.36 44.26 60.62 -
YUV 181.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 252 142 201 0 0.44 0.20 0.01 327.82 0.95 0.77
Hex FC 8E C9 0 2C 14 1 148 5F 4D
Octal 374 216 311 0 54 24 1 510 137 115
Binary 11111100 10001110 11001001 0 101100 10100 1 101001000 1011111 1001101

Color Harmonies of #FC8EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8EC9

Black with #FC8EC9

Text Example


Text Example

White with #FC8EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8EC9; }

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

 H1.HeaderClassName
 {
   color: #FC8EC9;
 }
 .AnyTagClassName
 {
   color: #FC8EC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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