Html Css Color HEX #FEAB81 Light Salmon

📋 copy color: '#FEAB81'

red 254 ◦ green 171 ◦ blue 129

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

Shades of Light Salmon #FEAB81

Tints of Light Salmon #FEAB81

RGB

 RED value IS 254 (99.61% from 255) = 45.85%

 GREEN value IS 171 (67.19% from 255) = 30.87%

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

R = 45.85%
G = 30.87%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEAB81 (or 0xFEAB81) is known color: Light Salmon. HEX triplet: FE, AB and 81. RGB value is (254,171,129). Sum of RGB (Red+Green+Blue) = 254+171+129=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB81 is #01547E. Grayscale: #BFBFBF. Windows color (decimal): -87167 or 8498174. OLE color: 8498174.

HSL color Cylindrical-coordinate representation of color #FEAB81: hue angle of 20.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEAB81 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 171 129 -
CMYK 0 0.33 0.49 0.00
HSL 20.16º 0.98% 0.75% -
HSV(B) 20.16º 0.49% 1% -
XYZ 59.4 51.78 27.63 -
YUV 191.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 254 171 129 0 0.33 0.49 0.00 20.16 0.98 0.75
Hex FE AB 81 0 21 31 0 14 62 4B
Octal 376 253 201 0 41 61 0 24 142 113
Binary 11111110 10101011 10000001 0 100001 110001 0 10100 1100010 1001011

Color Harmonies of #FEAB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB81

Black with #FEAB81

Text Example


Text Example

White with #FEAB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB81; }

 p { color: rgb(254,171,129); }

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

background-color css

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

 a { background-color: rgb(254,171,129); }

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

border-color css

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

 span { border-color: rgb(254,171,129); }

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