#FCA889

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

Shades of Light Salmon #FCA889

Tints of Light Salmon #FCA889

Color information

#FCA889 (or 0xFCA889) is unknown color: approx Light Salmon. HEX triplet: FC, A8 and 89. RGB value is (252,168,137). Sum of RGB (Red+Green+Blue) = 252+168+137=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 137 (53.91% from 255 or 24.60% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA889 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA889 is #035776. Grayscale: #BDBDBD. Windows color (decimal): -218999 or 9021692. OLE color: 9021692.

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

Color convert

RGB252168137-
CMYK00.330.460.01
HSL16.17º95.04%76.27%-
HSV(B)16.17º45.63%98.82%-
XYZ58.6650.5130.32-
YUV189.5898.33172.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 137 (53.91% from 255) = 24.60%
R=45.24%
G=30.16%
B=24.60%

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
Decimal25216813700.330.460.0116.1795.0476.27
HexFCA8890212E1105f4c
Octal37425021104156120137114
Binary111111001010100010001001010000110111011000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA889; }

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

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

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

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

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

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

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

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