Html Css Color HEX #FEAD88 Light Salmon

📋 copy color: '#FEAD88'

red 254 ◦ green 173 ◦ blue 136

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

Shades of Light Salmon #FEAD88

Tints of Light Salmon #FEAD88

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.73%

 BLUE value IS 136 (53.52% from 255) = 24.16%

R = 45.12%
G = 30.73%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEAD88 (or 0xFEAD88) is known color: Light Salmon. HEX triplet: FE, AD and 88. RGB value is (254,173,136). Sum of RGB (Red+Green+Blue) = 254+173+136=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD88 is #015277. Grayscale: #C1C1C1. Windows color (decimal): -86648 or 8957438. OLE color: 8957438.

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

Color convert

RGB 254 173 136 -
CMYK 0 0.32 0.46 0.00
HSL 18.81º 0.98% 0.76% -
HSV(B) 18.81º 0.46% 1% -
XYZ 60.26 52.74 30.3 -
YUV 193 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 254 173 136 0 0.32 0.46 0.00 18.81 0.98 0.76
Hex FE AD 88 0 20 2E 0 13 62 4C
Octal 376 255 210 0 40 56 0 23 142 114
Binary 11111110 10101101 10001000 0 100000 101110 0 10011 1100010 1001100

Color Harmonies of #FEAD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD88

Black with #FEAD88

Text Example


Text Example

White with #FEAD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD88; }

 p { color: rgb(254,173,136); }

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

background-color css

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

 a { background-color: rgb(254,173,136); }

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

border-color css

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

 span { border-color: rgb(254,173,136); }

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