Html Css Color HEX #FC91BE Tea Rose

📋 copy color: '#FC91BE'

red 252 ◦ green 145 ◦ blue 190

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

Shades of Tea Rose #FC91BE

Tints of Tea Rose #FC91BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.37%

R = 42.93%
G = 24.7%
B = 32.37%

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

#FC91BE (or 0xFC91BE) is known color: Tea Rose. HEX triplet: FC, 91 and BE. RGB value is (252,145,190). Sum of RGB (Red+Green+Blue) = 252+145+190=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91BE is #036E41. Grayscale: #B6B6B6. Windows color (decimal): -224834 or 12489212. OLE color: 12489212.

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

Color convert

RGB 252 145 190 -
CMYK 0 0.42 0.25 0.01
HSL 334.77º 0.95% 0.78% -
HSV(B) 334.77º 0.42% 0.99% -
XYZ 59.56 44.66 54.2 -
YUV 182.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 252 145 190 0 0.42 0.25 0.01 334.77 0.95 0.78
Hex FC 91 BE 0 2A 19 1 14F 5F 4E
Octal 374 221 276 0 52 31 1 517 137 116
Binary 11111100 10010001 10111110 0 101010 11001 1 101001111 1011111 1001110

Color Harmonies of #FC91BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC91BE

Black with #FC91BE

Text Example


Text Example

White with #FC91BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC91BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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