Html Css Color HEX #FDA883 Light Salmon

📋 copy color: '#FDA883'

red 253 ◦ green 168 ◦ blue 131

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

Shades of Light Salmon #FDA883

Tints of Light Salmon #FDA883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.73%

R = 45.83%
G = 30.43%
B = 23.73%

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

#FDA883 (or 0xFDA883) is known color: Light Salmon. HEX triplet: FD, A8 and 83. RGB value is (253,168,131). Sum of RGB (Red+Green+Blue) = 253+168+131=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA883 is #02577C. Grayscale: #BDBDBD. Windows color (decimal): -153469 or 8628477. OLE color: 8628477.

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

Color convert

RGB 253 168 131 -
CMYK 0 0.34 0.48 0.01
HSL 18.2º 0.97% 0.75% -
HSV(B) 18.2º 0.48% 0.99% -
XYZ 58.61 50.53 28.14 -
YUV 189.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 253 168 131 0 0.34 0.48 0.01 18.2 0.97 0.75
Hex FD A8 83 0 22 30 1 12 61 4B
Octal 375 250 203 0 42 60 1 22 141 113
Binary 11111101 10101000 10000011 0 100010 110000 1 10010 1100001 1001011

Color Harmonies of #FDA883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA883

Black with #FDA883

Text Example


Text Example

White with #FDA883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA883; }

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

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

background-color css

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

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

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

border-color css

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

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

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