#FDA885

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

Shades of Light Salmon #FDA885

Tints of Light Salmon #FDA885

Color information

#FDA885 (or 0xFDA885) is unknown color: approx Light Salmon. HEX triplet: FD, A8 and 85. RGB value is (253,168,133). Sum of RGB (Red+Green+Blue) = 253+168+133=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA885 is #02577A. Grayscale: #BDBDBD. Windows color (decimal): -153467 or 8759549. OLE color: 8759549.

HSL color Cylindrical-coordinate representation of color #FDA885: hue angle of 17.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDA885 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB253168133-
CMYK00.340.470.01
HSL17.5º96.77%75.69%-
HSV(B)17.5º47.43%99.22%-
XYZ58.7450.5828.86-
YUV189.4296.16173.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.67%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 133 (52.34% from 255) = 24.01%
R=45.67%
G=30.32%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316813300.340.470.0117.596.7775.69
HexFDA8850222F112614c
Octal37525020504257122141114
Binary111111011010100010000101010001010111111001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA885; }

 p { color: rgb(253,168,133); }

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

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

 a { background-color: rgb(253,168,133); }

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

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

 span { border-color: rgb(253,168,133); }

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