#FC8ACC

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

Shades of Tea Rose #FC8ACC

Tints of Tea Rose #FC8ACC

Color information

#FC8ACC (or 0xFC8ACC) is unknown color: approx Tea Rose. HEX triplet: FC, 8A and CC. RGB value is (252,138,204). Sum of RGB (Red+Green+Blue) = 252+138+204=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ACC is #037533. Grayscale: #B3B3B3. Windows color (decimal): -226612 or 13404924. OLE color: 13404924.

HSL color Cylindrical-coordinate representation of color #FC8ACC: hue angle of 325.26º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8ACC is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252138204-
CMYK00.450.190.01
HSL325.26º95%76.47%-
HSV(B)325.26º45.24%98.82%-
XYZ60.1343.2362.3-
YUV179.61141.77179.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=42.42%
G=23.23%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213820400.450.190.01325.269576.47
HexFC8ACC02D1311455f4c
Octal374212314055231505137114
Binary111111001000101011001100010110110011110100010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8ACC; }

 p { color: rgb(252,138,204); }

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

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

 a { background-color: rgb(252,138,204); }

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

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

 span { border-color: rgb(252,138,204); }

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