#FC8AC0

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

Shades of Tea Rose #FC8AC0

Tints of Tea Rose #FC8AC0

Color information

#FC8AC0 (or 0xFC8AC0) is unknown color: approx Tea Rose. HEX triplet: FC, 8A and C0. RGB value is (252,138,192). Sum of RGB (Red+Green+Blue) = 252+138+192=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8AC0 is #03753F. Grayscale: #B2B2B2. Windows color (decimal): -226624 or 12618492. OLE color: 12618492.

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

Color convert

RGB252138192-
CMYK00.450.240.01
HSL331.58º95%76.47%-
HSV(B)331.58º45.24%98.82%-
XYZ58.7542.6855.01-
YUV178.24135.77180.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 192 (75.39% from 255) = 32.99%
R=43.30%
G=23.71%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213819200.450.240.01331.589576.47
HexFC8AC002D18114c5f4c
Octal374212300055301514137114
Binary111111001000101011000000010110111000110100110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8AC0; }

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

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

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

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

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

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

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

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