#FCA689

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

Shades of Light Salmon #FCA689

Tints of Light Salmon #FCA689

Color information

#FCA689 (or 0xFCA689) is unknown color: approx Light Salmon. HEX triplet: FC, A6 and 89. RGB value is (252,166,137). Sum of RGB (Red+Green+Blue) = 252+166+137=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA689 is #035976. Grayscale: #BCBCBC. Windows color (decimal): -219511 or 9021180. OLE color: 9021180.

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

Color convert

RGB252166137-
CMYK00.340.460.01
HSL15.13º95.04%76.27%-
HSV(B)15.13º45.63%98.82%-
XYZ58.349.7730.2-
YUV188.4198.99173.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.41%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 137 (53.91% from 255) = 24.68%
R=45.41%
G=29.91%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216613700.340.460.0115.1395.0476.27
HexFCA6890222E1f5f4c
Octal37424621104256117137114
Binary11111100101001101000100101000101011101111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA689; }

 p { color: rgb(252,166,137); }

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

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

 a { background-color: rgb(252,166,137); }

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

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

 span { border-color: rgb(252,166,137); }

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