Html Css Color HEX #FC91CE Tea Rose

📋 copy color: '#FC91CE'

red 252 ◦ green 145 ◦ blue 206

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

Shades of Tea Rose #FC91CE

Tints of Tea Rose #FC91CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 41.79%
G = 24.05%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC91CE (or 0xFC91CE) is known color: Tea Rose. HEX triplet: FC, 91 and CE. RGB value is (252,145,206). Sum of RGB (Red+Green+Blue) = 252+145+206=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91CE is #036E31. Grayscale: #B7B7B7. Windows color (decimal): -224818 or 13537788. OLE color: 13537788.

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

Color convert

RGB 252 145 206 -
CMYK 0 0.42 0.18 0.01
HSL 325.79º 0.95% 0.78% -
HSV(B) 325.79º 0.42% 0.99% -
XYZ 61.41 45.4 63.92 -
YUV 183.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 252 145 206 0 0.42 0.18 0.01 325.79 0.95 0.78
Hex FC 91 CE 0 2A 12 1 146 5F 4E
Octal 374 221 316 0 52 22 1 506 137 116
Binary 11111100 10010001 11001110 0 101010 10010 1 101000110 1011111 1001110

Color Harmonies of #FC91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC91CE

Black with #FC91CE

Text Example


Text Example

White with #FC91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC91CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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