#FC81C9

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

Shades of Tea Rose #FC81C9

Tints of Tea Rose #FC81C9

Color information

#FC81C9 (or 0xFC81C9) is unknown color: approx Tea Rose. HEX triplet: FC, 81 and C9. RGB value is (252,129,201). Sum of RGB (Red+Green+Blue) = 252+129+201=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81C9 is #037E36. Grayscale: #ADADAD. Windows color (decimal): -228919 or 13206012. OLE color: 13206012.

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

Color convert

RGB252129201-
CMYK00.490.200.01
HSL324.88º95.35%74.71%-
HSV(B)324.88º48.81%98.82%-
XYZ58.5440.6160.01-
YUV173.98143.25183.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 129 (50.78% from 255) = 22.16%
BLUE value IS 201 (78.91% from 255) = 34.54%
R=43.30%
G=22.16%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212920100.490.200.01324.8895.3574.71
HexFC81C90311411455f4b
Octal374201311061241505137113
Binary111111001000000111001001011000110100110100010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81C9; }

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

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

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

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

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

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

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

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