#FC81D0

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

Shades of Tea Rose #FC81D0

Tints of Tea Rose #FC81D0

Color information

#FC81D0 (or 0xFC81D0) is unknown color: approx Tea Rose. HEX triplet: FC, 81 and D0. RGB value is (252,129,208). Sum of RGB (Red+Green+Blue) = 252+129+208=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81D0 is #037E2F. Grayscale: #AEAEAE. Windows color (decimal): -228912 or 13664764. OLE color: 13664764.

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

Color convert

RGB252129208-
CMYK00.490.170.01
HSL321.46º95.35%74.71%-
HSV(B)321.46º48.81%98.82%-
XYZ59.3840.9564.45-
YUV174.78146.75183.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 129 (50.78% from 255) = 21.90%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=42.78%
G=21.90%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212920800.490.170.01321.4695.3574.71
HexFC81D00311111415f4b
Octal374201320061211501137113
Binary111111001000000111010000011000110001110100000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81D0; }

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

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

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

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

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

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

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

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