Html Css Color HEX #FC91BD Tea Rose

📋 copy color: '#FC91BD'

red 252 ◦ green 145 ◦ blue 189

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

Shades of Tea Rose #FC91BD

Tints of Tea Rose #FC91BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.25%

R = 43%
G = 24.74%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC91BD (or 0xFC91BD) is known color: Tea Rose. HEX triplet: FC, 91 and BD. RGB value is (252,145,189). Sum of RGB (Red+Green+Blue) = 252+145+189=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91BD is #036E42. Grayscale: #B5B5B5. Windows color (decimal): -224835 or 12423676. OLE color: 12423676.

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

Color convert

RGB 252 145 189 -
CMYK 0 0.42 0.25 0.01
HSL 335.33º 0.95% 0.78% -
HSV(B) 335.33º 0.42% 0.99% -
XYZ 59.46 44.62 53.62 -
YUV 182.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 252 145 189 0 0.42 0.25 0.01 335.33 0.95 0.78
Hex FC 91 BD 0 2A 19 1 14F 5F 4E
Octal 374 221 275 0 52 31 1 517 137 116
Binary 11111100 10010001 10111101 0 101010 11001 1 101001111 1011111 1001110

Color Harmonies of #FC91BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC91BD

Black with #FC91BD

Text Example


Text Example

White with #FC91BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC91BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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