#FCAB88

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

Shades of Light Salmon #FCAB88

Tints of Light Salmon #FCAB88

Color information

#FCAB88 (or 0xFCAB88) is unknown color: approx Light Salmon. HEX triplet: FC, AB and 88. RGB value is (252,171,136). Sum of RGB (Red+Green+Blue) = 252+171+136=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB88 is #035477. Grayscale: #BFBFBF. Windows color (decimal): -218232 or 8956924. OLE color: 8956924.

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

Color convert

RGB252171136-
CMYK00.320.460.01
HSL18.1º95.08%76.08%-
HSV(B)18.1º46.03%98.82%-
XYZ59.1551.630.13-
YUV191.2396.84171.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.08%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 136 (53.52% from 255) = 24.33%
R=45.08%
G=30.59%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217113600.320.460.0118.195.0876.08
HexFCAB880202E1125f4c
Octal37425321004056122137114
Binary111111001010101110001000010000010111011001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAB88; }

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

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

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

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

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

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

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

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