#FC8AC6

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

Shades of Tea Rose #FC8AC6

Tints of Tea Rose #FC8AC6

Color information

#FC8AC6 (or 0xFC8AC6) is unknown color: approx Tea Rose. HEX triplet: FC, 8A and C6. RGB value is (252,138,198). Sum of RGB (Red+Green+Blue) = 252+138+198=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8AC6 is #037539. Grayscale: #B2B2B2. Windows color (decimal): -226618 or 13011708. OLE color: 13011708.

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

Color convert

RGB252138198-
CMYK00.450.210.01
HSL328.42º95%76.47%-
HSV(B)328.42º45.24%98.82%-
XYZ59.4342.9558.58-
YUV178.93138.77180.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 138 (54.30% from 255) = 23.47%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=42.86%
G=23.47%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213819800.450.210.01328.429576.47
HexFC8AC602D1511485f4c
Octal374212306055251510137114
Binary111111001000101011000110010110110101110100100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8AC6; }

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

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

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

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

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

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

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

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