Html Css Color HEX #FDA881 Light Salmon

📋 copy color: '#FDA881'

red 253 ◦ green 168 ◦ blue 129

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

Shades of Light Salmon #FDA881

Tints of Light Salmon #FDA881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.45%

R = 46%
G = 30.55%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDA881 (or 0xFDA881) is known color: Light Salmon. HEX triplet: FD, A8 and 81. RGB value is (253,168,129). Sum of RGB (Red+Green+Blue) = 253+168+129=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA881 is #02577E. Grayscale: #BDBDBD. Windows color (decimal): -153471 or 8497405. OLE color: 8497405.

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

Color convert

RGB 253 168 129 -
CMYK 0 0.34 0.49 0.01
HSL 18.87º 0.97% 0.75% -
HSV(B) 18.87º 0.49% 0.99% -
XYZ 58.47 50.47 27.43 -
YUV 188.97 94.16 173.67 -
System Red Green Blue C M Y K H S L
Decimal 253 168 129 0 0.34 0.49 0.01 18.87 0.97 0.75
Hex FD A8 81 0 22 31 1 13 61 4B
Octal 375 250 201 0 42 61 1 23 141 113
Binary 11111101 10101000 10000001 0 100010 110001 1 10011 1100001 1001011

Color Harmonies of #FDA881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA881

Black with #FDA881

Text Example


Text Example

White with #FDA881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA881; }

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

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

background-color css

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

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

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

border-color css

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

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

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