#FCAA88

Color #FCAA88 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FCAA88

Tints of Light Salmon #FCAA88

Color information

#FCAA88 (or 0xFCAA88) is unknown color: approx Light Salmon. HEX triplet: FC, AA and 88. RGB value is (252,170,136). Sum of RGB (Red+Green+Blue) = 252+170+136=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAA88 is #035577. Grayscale: #BEBEBE. Windows color (decimal): -218488 or 8956668. OLE color: 8956668.

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

Color convert

RGB252170136-
CMYK00.330.460.01
HSL17.59º95.08%76.08%-
HSV(B)17.59º46.03%98.82%-
XYZ58.9651.2230.07-
YUV190.6497.17171.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 136 (53.52% from 255) = 24.37%
R=45.16%
G=30.47%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217013600.330.460.0117.5995.0876.08
HexFCAA880212E1125f4c
Octal37425221004156122137114
Binary111111001010101010001000010000110111011001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAA88; }

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

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

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

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

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

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

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

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