Html Css Color HEX #FDA884 Light Salmon

📋 copy color: '#FDA884'

red 253 ◦ green 168 ◦ blue 132

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

Shades of Light Salmon #FDA884

Tints of Light Salmon #FDA884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.87%

R = 45.75%
G = 30.38%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDA884 (or 0xFDA884) is known color: Light Salmon. HEX triplet: FD, A8 and 84. RGB value is (253,168,132). Sum of RGB (Red+Green+Blue) = 253+168+132=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA884 is #02577B. Grayscale: #BDBDBD. Windows color (decimal): -153468 or 8694013. OLE color: 8694013.

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

Color convert

RGB 253 168 132 -
CMYK 0 0.34 0.48 0.01
HSL 17.85º 0.97% 0.75% -
HSV(B) 17.85º 0.48% 0.99% -
XYZ 58.68 50.55 28.5 -
YUV 189.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 253 168 132 0 0.34 0.48 0.01 17.85 0.97 0.75
Hex FD A8 84 0 22 30 1 12 61 4B
Octal 375 250 204 0 42 60 1 22 141 113
Binary 11111101 10101000 10000100 0 100010 110000 1 10010 1100001 1001011

Color Harmonies of #FDA884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA884

Black with #FDA884

Text Example


Text Example

White with #FDA884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA884; }

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

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

background-color css

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

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

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

border-color css

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

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

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