#FDAB81

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

Shades of Light Salmon #FDAB81

Tints of Light Salmon #FDAB81

Color information

#FDAB81 (or 0xFDAB81) is unknown color: approx Light Salmon. HEX triplet: FD, AB and 81. RGB value is (253,171,129). Sum of RGB (Red+Green+Blue) = 253+171+129=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB81 is #02547E. Grayscale: #BEBEBE. Windows color (decimal): -152703 or 8498173. OLE color: 8498173.

HSL color Cylindrical-coordinate representation of color #FDAB81: hue angle of 20.32º degrees, saturation: 0.97, 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 #FDAB81 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB253171129-
CMYK00.320.490.01
HSL20.32º96.88%74.9%-
HSV(B)20.32º49.01%99.22%-
XYZ59.0351.5927.62-
YUV190.7393.17172.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.75%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 129 (50.78% from 255) = 23.33%
R=45.75%
G=30.92%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317112900.320.490.0120.3296.8874.9
HexFDAB8102031114614b
Octal37525320104061124141113
Binary111111011010101110000001010000011000111010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAB81; }

 p { color: rgb(253,171,129); }

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

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

 a { background-color: rgb(253,171,129); }

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

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

 span { border-color: rgb(253,171,129); }

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