Html Css Color HEX #FC80CE Tea Rose

📋 copy color: '#FC80CE'

red 252 ◦ green 128 ◦ blue 206

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

Shades of Tea Rose #FC80CE

Tints of Tea Rose #FC80CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.84%

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

R = 43%
G = 21.84%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC80CE (or 0xFC80CE) is known color: Tea Rose. HEX triplet: FC, 80 and CE. RGB value is (252,128,206). Sum of RGB (Red+Green+Blue) = 252+128+206=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80CE is #037F31. Grayscale: #ADADAD. Windows color (decimal): -229170 or 13533436. OLE color: 13533436.

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

Color convert

RGB 252 128 206 -
CMYK 0 0.49 0.18 0.01
HSL 322.26º 0.95% 0.75% -
HSV(B) 322.26º 0.49% 0.99% -
XYZ 59 40.59 63.12 -
YUV 173.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 252 128 206 0 0.49 0.18 0.01 322.26 0.95 0.75
Hex FC 80 CE 0 31 12 1 142 5F 4B
Octal 374 200 316 0 61 22 1 502 137 113
Binary 11111100 10000000 11001110 0 110001 10010 1 101000010 1011111 1001011

Color Harmonies of #FC80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80CE

Black with #FC80CE

Text Example


Text Example

White with #FC80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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