#FC81C0

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

Shades of Tea Rose #FC81C0

Tints of Tea Rose #FC81C0

Color information

#FC81C0 (or 0xFC81C0) is unknown color: approx Tea Rose. HEX triplet: FC, 81 and C0. RGB value is (252,129,192). Sum of RGB (Red+Green+Blue) = 252+129+192=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81C0 is #037E3F. Grayscale: #ACACAC. Windows color (decimal): -228928 or 12616188. OLE color: 12616188.

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

Color convert

RGB252129192-
CMYK00.490.240.01
HSL329.27º95.35%74.71%-
HSV(B)329.27º48.81%98.82%-
XYZ57.5140.254.6-
YUV172.96138.75184.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 192 (75.39% from 255) = 33.51%
R=43.98%
G=22.51%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212919200.490.240.01329.2795.3574.71
HexFC81C00311811495f4b
Octal374201300061301511137113
Binary111111001000000111000000011000111000110100100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81C0; }

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

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

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

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

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

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

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

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