#FCA988

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

Shades of Light Salmon #FCA988

Tints of Light Salmon #FCA988

Color information

#FCA988 (or 0xFCA988) is unknown color: approx Light Salmon. HEX triplet: FC, A9 and 88. RGB value is (252,169,136). Sum of RGB (Red+Green+Blue) = 252+169+136=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA988 is #035677. Grayscale: #BEBEBE. Windows color (decimal): -218744 or 8956412. OLE color: 8956412.

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

Color convert

RGB252169136-
CMYK00.330.460.01
HSL17.07º95.08%76.08%-
HSV(B)17.07º46.03%98.82%-
XYZ58.7850.8530.01-
YUV190.0597.5172.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 136 (53.52% from 255) = 24.42%
R=45.24%
G=30.34%
B=24.42%

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
Decimal25216913600.330.460.0117.0795.0876.08
HexFCA9880212E1115f4c
Octal37425121004156121137114
Binary111111001010100110001000010000110111011000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA988; }

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

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

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

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

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

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

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

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