#FC8A88

Color #FC8A88 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #FC8A88

Tints of Sweet Pink #FC8A88

Color information

#FC8A88 (or 0xFC8A88) is unknown color: approx Sweet Pink. HEX triplet: FC, 8A and 88. RGB value is (252,138,136). Sum of RGB (Red+Green+Blue) = 252+138+136=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8A88 is #037577. Grayscale: #ABABAB. Windows color (decimal): -226680 or 8948476. OLE color: 8948476.

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

Color convert

RGB252138136-
CMYK00.450.460.01
HSL1.03º95.08%76.08%-
HSV(B)1.03º46.03%98.82%-
XYZ53.6840.6528.31-
YUV171.86107.77185.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.91%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 136 (53.52% from 255) = 25.86%
R=47.91%
G=26.24%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213813600.450.460.011.0395.0876.08
HexFC8A8802D2E115f4c
Octal3742122100555611137114
Binary11111100100010101000100001011011011101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8A88; }

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

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

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

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

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

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

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

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