#FD887A

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

Shades of Salmon #FD887A

Tints of Salmon #FD887A

Color information

#FD887A (or 0xFD887A) is unknown color: approx Salmon. HEX triplet: FD, 88 and 7A. RGB value is (253,136,122). Sum of RGB (Red+Green+Blue) = 253+136+122=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD887A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD887A is #027785. Grayscale: #A9A9A9. Windows color (decimal): -161670 or 8030461. OLE color: 8030461.

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

Color convert

RGB253136122-
CMYK00.460.520.01
HSL6.41º97.04%73.53%-
HSV(B)6.41º51.78%99.22%-
XYZ52.8339.923.33-
YUV169.39101.26187.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.51%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 122 (48.05% from 255) = 23.87%
R=49.51%
G=26.61%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313612200.460.520.016.4197.0473.53
HexFD887A02E3416614a
Octal3752101720566416141112
Binary111111011000100011110100101110110100111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD887A; }

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

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

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

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

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

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

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

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