#FCA687

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

Shades of Light Salmon #FCA687

Tints of Light Salmon #FCA687

Color information

#FCA687 (or 0xFCA687) is unknown color: approx Light Salmon. HEX triplet: FC, A6 and 87. RGB value is (252,166,135). Sum of RGB (Red+Green+Blue) = 252+166+135=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA687 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA687 is #035978. Grayscale: #BCBCBC. Windows color (decimal): -219513 or 8890108. OLE color: 8890108.

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

Color convert

RGB252166135-
CMYK00.340.460.01
HSL15.9º95.12%75.88%-
HSV(B)15.9º46.43%98.82%-
XYZ58.1549.7229.45-
YUV188.1897.99173.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 135 (53.12% from 255) = 24.41%
R=45.57%
G=30.02%
B=24.41%

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
Decimal25216613500.340.460.0115.995.1275.88
HexFCA6870222E1105f4c
Octal37424620704256120137114
Binary111111001010011010000111010001010111011000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA687; }

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

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

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

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

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

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

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

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