Html Css Color HEX #FEAC83 Light Salmon

📋 copy color: '#FEAC83'

red 254 ◦ green 172 ◦ blue 131

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

Shades of Light Salmon #FEAC83

Tints of Light Salmon #FEAC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.88%

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

R = 45.6%
G = 30.88%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEAC83 (or 0xFEAC83) is known color: Light Salmon. HEX triplet: FE, AC and 83. RGB value is (254,172,131). Sum of RGB (Red+Green+Blue) = 254+172+131=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC83 is #01537C. Grayscale: #C0C0C0. Windows color (decimal): -86909 or 8629502. OLE color: 8629502.

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

Color convert

RGB 254 172 131 -
CMYK 0 0.32 0.48 0.00
HSL 20º 0.98% 0.75% -
HSV(B) 20º 0.48% 1% -
XYZ 59.72 52.21 28.4 -
YUV 191.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 254 172 131 0 0.32 0.48 0.00 20 0.98 0.75
Hex FE AC 83 0 20 30 0 14 62 4B
Octal 376 254 203 0 40 60 0 24 142 113
Binary 11111110 10101100 10000011 0 100000 110000 0 10100 1100010 1001011

Color Harmonies of #FEAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC83

Black with #FEAC83

Text Example


Text Example

White with #FEAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC83; }

 p { color: rgb(254,172,131); }

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

background-color css

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

 a { background-color: rgb(254,172,131); }

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

border-color css

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

 span { border-color: rgb(254,172,131); }

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