Html Css Color HEX #FDA887 Light Salmon

📋 copy color: '#FDA887'

red 253 ◦ green 168 ◦ blue 135

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

Shades of Light Salmon #FDA887

Tints of Light Salmon #FDA887

RGB

 RED value IS 253 (99.22% from 255) = 45.5%

 GREEN value IS 168 (66.02% from 255) = 30.22%

 BLUE value IS 135 (53.13% from 255) = 24.28%

R = 45.5%
G = 30.22%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDA887 (or 0xFDA887) is known color: Light Salmon. HEX triplet: FD, A8 and 87. RGB value is (253,168,135). Sum of RGB (Red+Green+Blue) = 253+168+135=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 135 (53.12% from 255 or 24.28% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA887 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA887 is #025778. Grayscale: #BDBDBD. Windows color (decimal): -153465 or 8890621. OLE color: 8890621.

HSL color Cylindrical-coordinate representation of color #FDA887: hue angle of 16.78º 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 #FDA887 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 168 135 -
CMYK 0 0.34 0.47 0.01
HSL 16.78º 0.97% 0.76% -
HSV(B) 16.78º 0.47% 0.99% -
XYZ 58.88 50.64 29.59 -
YUV 189.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 253 168 135 0 0.34 0.47 0.01 16.78 0.97 0.76
Hex FD A8 87 0 22 2F 1 11 61 4C
Octal 375 250 207 0 42 57 1 21 141 114
Binary 11111101 10101000 10000111 0 100010 101111 1 10001 1100001 1001100

Color Harmonies of #FDA887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA887

Black with #FDA887

Text Example


Text Example

White with #FDA887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA887; }

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

 H1.HeaderClassName
 {
   color: #FDA887;
 }
 .AnyTagClassName
 {
   color: #FDA887;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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