Html Css Color HEX #FC91CB Tea Rose

📋 copy color: '#FC91CB'

red 252 ◦ green 145 ◦ blue 203

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

Shades of Tea Rose #FC91CB

Tints of Tea Rose #FC91CB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.17%

 BLUE value IS 203 (79.69% from 255) = 33.83%

R = 42%
G = 24.17%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC91CB (or 0xFC91CB) is known color: Tea Rose. HEX triplet: FC, 91 and CB. RGB value is (252,145,203). Sum of RGB (Red+Green+Blue) = 252+145+203=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91CB is #036E34. Grayscale: #B7B7B7. Windows color (decimal): -224821 or 13341180. OLE color: 13341180.

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

Color convert

RGB 252 145 203 -
CMYK 0 0.42 0.19 0.01
HSL 327.48º 0.95% 0.78% -
HSV(B) 327.48º 0.42% 0.99% -
XYZ 61.05 45.26 62.02 -
YUV 183.61 138.95 176.78 -
System Red Green Blue C M Y K H S L
Decimal 252 145 203 0 0.42 0.19 0.01 327.48 0.95 0.78
Hex FC 91 CB 0 2A 13 1 147 5F 4E
Octal 374 221 313 0 52 23 1 507 137 116
Binary 11111100 10010001 11001011 0 101010 10011 1 101000111 1011111 1001110

Color Harmonies of #FC91CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC91CB

Black with #FC91CB

Text Example


Text Example

White with #FC91CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC91CB; }

 p { color: rgb(252,145,203); }

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

background-color css

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

 a { background-color: rgb(252,145,203); }

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

border-color css

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

 span { border-color: rgb(252,145,203); }

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