Html Css Color HEX #FC8DC9 Tea Rose

📋 copy color: '#FC8DC9'

red 252 ◦ green 141 ◦ blue 201

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

Shades of Tea Rose #FC8DC9

Tints of Tea Rose #FC8DC9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.74%

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

R = 42.42%
G = 23.74%
B = 33.84%

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

#FC8DC9 (or 0xFC8DC9) is known color: Tea Rose. HEX triplet: FC, 8D and C9. RGB value is (252,141,201). Sum of RGB (Red+Green+Blue) = 252+141+201=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DC9 is #037236. Grayscale: #B4B4B4. Windows color (decimal): -225847 or 13209084. OLE color: 13209084.

HSL color Cylindrical-coordinate representation of color #FC8DC9: hue angle of 327.57º 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 #FC8DC9 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 141 201 -
CMYK 0 0.44 0.20 0.01
HSL 327.57º 0.95% 0.77% -
HSV(B) 327.57º 0.44% 0.99% -
XYZ 60.21 43.96 60.57 -
YUV 181.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 252 141 201 0 0.44 0.20 0.01 327.57 0.95 0.77
Hex FC 8D C9 0 2C 14 1 148 5F 4D
Octal 374 215 311 0 54 24 1 510 137 115
Binary 11111100 10001101 11001001 0 101100 10100 1 101001000 1011111 1001101

Color Harmonies of #FC8DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DC9

Black with #FC8DC9

Text Example


Text Example

White with #FC8DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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