Html Css Color HEX #FEE5BD Moccasin

📋 copy color: '#FEE5BD'

red 254 ◦ green 229 ◦ blue 189

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

Shades of Moccasin #FEE5BD

Tints of Moccasin #FEE5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.13%

R = 37.8%
G = 34.08%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEE5BD (or 0xFEE5BD) is known color: Moccasin. HEX triplet: FE, E5 and BD. RGB value is (254,229,189). Sum of RGB (Red+Green+Blue) = 254+229+189=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 189 (74.22% from 255 or 28.12% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5BD is #011A42. Grayscale: #E8E8E8. Windows color (decimal): -72259 or 12445182. OLE color: 12445182.

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

Color convert

RGB 254 229 189 -
CMYK 0 0.10 0.26 0.00
HSL 36.92º 0.97% 0.87% -
HSV(B) 36.92º 0.26% 1% -
XYZ 78.08 80.78 59.62 -
YUV 231.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 254 229 189 0 0.10 0.26 0.00 36.92 0.97 0.87
Hex FE E5 BD 0 A 1A 0 25 61 57
Octal 376 345 275 0 12 32 0 45 141 127
Binary 11111110 11100101 10111101 0 1010 11010 0 100101 1100001 1010111

Color Harmonies of #FEE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5BD

Black with #FEE5BD

Text Example


Text Example

White with #FEE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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