Html Css Color HEX #FD887A Salmon

📋 copy color: '#FD887A'

red 253 ◦ green 136 ◦ blue 122

#FD887A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #FD887A

Tints of Salmon #FD887A

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 value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD887A (or 0xFD887A) is known color: 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

RGB 253 136 122 -
CMYK 0 0.46 0.52 0.01
HSL 6.41º 0.97% 0.74% -
HSV(B) 6.41º 0.52% 0.99% -
XYZ 52.83 39.9 23.33 -
YUV 169.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 253 136 122 0 0.46 0.52 0.01 6.41 0.97 0.74
Hex FD 88 7A 0 2E 34 1 6 61 4A
Octal 375 210 172 0 56 64 1 6 141 112
Binary 11111101 10001000 1111010 0 101110 110100 1 110 1100001 1001010

Color Harmonies of #FD887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD887A

Black with #FD887A

Text Example


Text Example

White with #FD887A

Text Example


Text Example

HTML Codes & Css Web 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>