Html Css Color HEX #FC80CB Tea Rose

📋 copy color: '#FC80CB'

red 252 ◦ green 128 ◦ blue 203

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

Shades of Tea Rose #FC80CB

Tints of Tea Rose #FC80CB

RGB

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

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

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

R = 43.22%
G = 21.96%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC80CB (or 0xFC80CB) is known color: Tea Rose. HEX triplet: FC, 80 and CB. RGB value is (252,128,203). Sum of RGB (Red+Green+Blue) = 252+128+203=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80CB is #037F34. Grayscale: #ADADAD. Windows color (decimal): -229173 or 13336828. OLE color: 13336828.

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

Color convert

RGB 252 128 203 -
CMYK 0 0.49 0.19 0.01
HSL 323.71º 0.95% 0.75% -
HSV(B) 323.71º 0.49% 0.99% -
XYZ 58.64 40.45 61.22 -
YUV 173.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 252 128 203 0 0.49 0.19 0.01 323.71 0.95 0.75
Hex FC 80 CB 0 31 13 1 144 5F 4B
Octal 374 200 313 0 61 23 1 504 137 113
Binary 11111100 10000000 11001011 0 110001 10011 1 101000100 1011111 1001011

Color Harmonies of #FC80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80CB

Black with #FC80CB

Text Example


Text Example

White with #FC80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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