Html Css Color HEX #FEAB85 Light Salmon

📋 copy color: '#FEAB85'

red 254 ◦ green 171 ◦ blue 133

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

Shades of Light Salmon #FEAB85

Tints of Light Salmon #FEAB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.84%

R = 45.52%
G = 30.65%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEAB85 (or 0xFEAB85) is known color: Light Salmon. HEX triplet: FE, AB and 85. RGB value is (254,171,133). Sum of RGB (Red+Green+Blue) = 254+171+133=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB85 is #01547A. Grayscale: #BFBFBF. Windows color (decimal): -87163 or 8760318. OLE color: 8760318.

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

Color convert

RGB 254 171 133 -
CMYK 0 0.33 0.48 0.00
HSL 18.84º 0.98% 0.76% -
HSV(B) 18.84º 0.48% 1% -
XYZ 59.67 51.89 29.06 -
YUV 191.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 254 171 133 0 0.33 0.48 0.00 18.84 0.98 0.76
Hex FE AB 85 0 21 30 0 13 62 4C
Octal 376 253 205 0 41 60 0 23 142 114
Binary 11111110 10101011 10000101 0 100001 110000 0 10011 1100010 1001100

Color Harmonies of #FEAB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB85

Black with #FEAB85

Text Example


Text Example

White with #FEAB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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