#FC81CF

Color #FC81CF Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FC81CF

Tints of Tea Rose #FC81CF

Color information

#FC81CF (or 0xFC81CF) is unknown color: approx Tea Rose. HEX triplet: FC, 81 and CF. RGB value is (252,129,207). Sum of RGB (Red+Green+Blue) = 252+129+207=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81CF is #037E30. Grayscale: #AEAEAE. Windows color (decimal): -228913 or 13599228. OLE color: 13599228.

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

Color convert

RGB252129207-
CMYK00.490.180.01
HSL321.95º95.35%74.71%-
HSV(B)321.95º48.81%98.82%-
XYZ59.2640.963.8-
YUV174.67146.25183.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 129 (50.78% from 255) = 21.94%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=42.86%
G=21.94%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212920700.490.180.01321.9595.3574.71
HexFC81CF0311211425f4b
Octal374201317061221502137113
Binary111111001000000111001111011000110010110100001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81CF; }

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

 H1.HeaderClassName
 {
   color: #FC81CF;
 }
 .AnyTagClassName
 {
   color: #FC81CF;
 }
</style>
background-color css

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

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

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

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

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

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