#FCA881

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

Shades of Light Salmon #FCA881

Tints of Light Salmon #FCA881

Color information

#FCA881 (or 0xFCA881) is unknown color: approx Light Salmon. HEX triplet: FC, A8 and 81. RGB value is (252,168,129). Sum of RGB (Red+Green+Blue) = 252+168+129=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA881 is #03577E. Grayscale: #BCBCBC. Windows color (decimal): -219007 or 8497404. OLE color: 8497404.

HSL color Cylindrical-coordinate representation of color #FCA881: hue angle of 19.02º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCA881 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252168129-
CMYK00.330.490.01
HSL19.02º95.35%74.71%-
HSV(B)19.02º48.81%98.82%-
XYZ58.1150.2927.41-
YUV188.6794.33173.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 129 (50.78% from 255) = 23.50%
R=45.90%
G=30.60%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216812900.330.490.0119.0295.3574.71
HexFCA881021311135f4b
Octal37425020104161123137113
Binary111111001010100010000001010000111000111001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA881; }

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

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

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

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

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

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

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

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