Html Css Color HEX #FC80CF Tea Rose

📋 copy color: '#FC80CF'

red 252 ◦ green 128 ◦ blue 207

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

Shades of Tea Rose #FC80CF

Tints of Tea Rose #FC80CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.26%

R = 42.93%
G = 21.81%
B = 35.26%

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

#FC80CF (or 0xFC80CF) is known color: Tea Rose. HEX triplet: FC, 80 and CF. RGB value is (252,128,207). Sum of RGB (Red+Green+Blue) = 252+128+207=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80CF is #037F30. Grayscale: #ADADAD. Windows color (decimal): -229169 or 13598972. OLE color: 13598972.

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

Color convert

RGB 252 128 207 -
CMYK 0 0.49 0.18 0.01
HSL 321.77º 0.95% 0.75% -
HSV(B) 321.77º 0.49% 0.99% -
XYZ 59.13 40.64 63.76 -
YUV 174.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 252 128 207 0 0.49 0.18 0.01 321.77 0.95 0.75
Hex FC 80 CF 0 31 12 1 142 5F 4B
Octal 374 200 317 0 61 22 1 502 137 113
Binary 11111100 10000000 11001111 0 110001 10010 1 101000010 1011111 1001011

Color Harmonies of #FC80CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80CF

Black with #FC80CF

Text Example


Text Example

White with #FC80CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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