#FC8ACE

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

Shades of Tea Rose #FC8ACE

Tints of Tea Rose #FC8ACE

Color information

#FC8ACE (or 0xFC8ACE) is unknown color: approx Tea Rose. HEX triplet: FC, 8A and CE. RGB value is (252,138,206). Sum of RGB (Red+Green+Blue) = 252+138+206=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ACE is #037531. Grayscale: #B3B3B3. Windows color (decimal): -226610 or 13535996. OLE color: 13535996.

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

Color convert

RGB252138206-
CMYK00.450.180.01
HSL324.21º95%76.47%-
HSV(B)324.21º45.24%98.82%-
XYZ60.3743.3363.57-
YUV179.84142.77179.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 138 (54.30% from 255) = 23.15%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=42.28%
G=23.15%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213820600.450.180.01324.219576.47
HexFC8ACE02D1211445f4c
Octal374212316055221504137114
Binary111111001000101011001110010110110010110100010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8ACE; }

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

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

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

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

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

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

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

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