#FDAD88

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

Shades of Light Salmon #FDAD88

Tints of Light Salmon #FDAD88

Color information

#FDAD88 (or 0xFDAD88) is unknown color: approx Light Salmon. HEX triplet: FD, AD and 88. RGB value is (253,173,136). Sum of RGB (Red+Green+Blue) = 253+173+136=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAD88 is #025277. Grayscale: #C0C0C0. Windows color (decimal): -152184 or 8957437. OLE color: 8957437.

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

Color convert

RGB253173136-
CMYK00.320.460.01
HSL18.97º96.69%76.27%-
HSV(B)18.97º46.25%99.22%-
XYZ59.952.5530.28-
YUV192.796171.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=45.02%
G=30.78%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317313600.320.460.0118.9796.6976.27
HexFDAD880202E113614c
Octal37525521004056123141114
Binary111111011010110110001000010000010111011001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAD88; }

 p { color: rgb(253,173,136); }

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

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

 a { background-color: rgb(253,173,136); }

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

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

 span { border-color: rgb(253,173,136); }

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