#FC81C3

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

Shades of Tea Rose #FC81C3

Tints of Tea Rose #FC81C3

Color information

#FC81C3 (or 0xFC81C3) is unknown color: approx Tea Rose. HEX triplet: FC, 81 and C3. RGB value is (252,129,195). Sum of RGB (Red+Green+Blue) = 252+129+195=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81C3 is #037E3C. Grayscale: #ADADAD. Windows color (decimal): -228925 or 12812796. OLE color: 12812796.

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

Color convert

RGB252129195-
CMYK00.490.230.01
HSL327.8º95.35%74.71%-
HSV(B)327.8º48.81%98.82%-
XYZ57.8540.3456.37-
YUV173.3140.25184.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.75%
GREEN value IS 129 (50.78% from 255) = 22.40%
BLUE value IS 195 (76.56% from 255) = 33.85%
R=43.75%
G=22.40%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212919500.490.230.01327.895.3574.71
HexFC81C30311711485f4b
Octal374201303061271510137113
Binary111111001000000111000011011000110111110100100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81C3; }

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

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

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

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

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

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

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

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