Html Css Color HEX #FEE1BA Moccasin

📋 copy color: '#FEE1BA'

red 254 ◦ green 225 ◦ blue 186

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

Shades of Moccasin #FEE1BA

Tints of Moccasin #FEE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.83%

 BLUE value IS 186 (73.05% from 255) = 27.97%

R = 38.2%
G = 33.83%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEE1BA (or 0xFEE1BA) is known color: Moccasin. HEX triplet: FE, E1 and BA. RGB value is (254,225,186). Sum of RGB (Red+Green+Blue) = 254+225+186=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1BA is #011E45. Grayscale: #E5E5E5. Windows color (decimal): -73286 or 12247550. OLE color: 12247550.

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

Color convert

RGB 254 225 186 -
CMYK 0 0.11 0.27 0.00
HSL 34.41º 0.97% 0.86% -
HSV(B) 34.41º 0.27% 1% -
XYZ 76.66 78.47 57.56 -
YUV 229.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 254 225 186 0 0.11 0.27 0.00 34.41 0.97 0.86
Hex FE E1 BA 0 B 1B 0 22 61 56
Octal 376 341 272 0 13 33 0 42 141 126
Binary 11111110 11100001 10111010 0 1011 11011 0 100010 1100001 1010110

Color Harmonies of #FEE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1BA

Black with #FEE1BA

Text Example


Text Example

White with #FEE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1BA; }

 p { color: rgb(254,225,186); }

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

background-color css

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

 a { background-color: rgb(254,225,186); }

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

border-color css

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

 span { border-color: rgb(254,225,186); }

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