Html Css Color HEX #FEE5B6 Moccasin

📋 copy color: '#FEE5B6'

red 254 ◦ green 229 ◦ blue 182

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

Shades of Moccasin #FEE5B6

Tints of Moccasin #FEE5B6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.44%

 BLUE value IS 182 (71.48% from 255) = 27.37%

R = 38.2%
G = 34.44%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEE5B6 (or 0xFEE5B6) is known color: Moccasin. HEX triplet: FE, E5 and B6. RGB value is (254,229,182). Sum of RGB (Red+Green+Blue) = 254+229+182=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 182 (71.48% from 255 or 27.37% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5B6 is #011A49. Grayscale: #E7E7E7. Windows color (decimal): -72266 or 11986430. OLE color: 11986430.

HSL color Cylindrical-coordinate representation of color #FEE5B6: hue angle of 39.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEE5B6 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 229 182 -
CMYK 0 0.10 0.28 0.00
HSL 39.17º 0.97% 0.85% -
HSV(B) 39.17º 0.28% 1% -
XYZ 77.34 80.49 55.72 -
YUV 231.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 254 229 182 0 0.10 0.28 0.00 39.17 0.97 0.85
Hex FE E5 B6 0 A 1C 0 27 61 55
Octal 376 345 266 0 12 34 0 47 141 125
Binary 11111110 11100101 10110110 0 1010 11100 0 100111 1100001 1010101

Color Harmonies of #FEE5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5B6

Black with #FEE5B6

Text Example


Text Example

White with #FEE5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5B6; }

 p { color: rgb(254,229,182); }

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

background-color css

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

 a { background-color: rgb(254,229,182); }

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

border-color css

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

 span { border-color: rgb(254,229,182); }

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