Html Css Color HEX #FEE2B2 Moccasin

📋 copy color: '#FEE2B2'

red 254 ◦ green 226 ◦ blue 178

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

Shades of Moccasin #FEE2B2

Tints of Moccasin #FEE2B2

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.35%

 BLUE value IS 178 (69.92% from 255) = 27.05%

R = 38.6%
G = 34.35%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEE2B2 (or 0xFEE2B2) is known color: Moccasin. HEX triplet: FE, E2 and B2. RGB value is (254,226,178). Sum of RGB (Red+Green+Blue) = 254+226+178=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 178 (69.92% from 255 or 27.05% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE2B2 is #011D4D. Grayscale: #E5E5E5. Windows color (decimal): -73038 or 11723518. OLE color: 11723518.

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

Color convert

RGB 254 226 178 -
CMYK 0 0.11 0.30 0.00
HSL 37.89º 0.97% 0.85% -
HSV(B) 37.89º 0.3% 1% -
XYZ 76.11 78.68 53.29 -
YUV 228.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 254 226 178 0 0.11 0.30 0.00 37.89 0.97 0.85
Hex FE E2 B2 0 B 1E 0 26 61 55
Octal 376 342 262 0 13 36 0 46 141 125
Binary 11111110 11100010 10110010 0 1011 11110 0 100110 1100001 1010101

Color Harmonies of #FEE2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2B2

Black with #FEE2B2

Text Example


Text Example

White with #FEE2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2B2; }

 p { color: rgb(254,226,178); }

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

background-color css

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

 a { background-color: rgb(254,226,178); }

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

border-color css

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

 span { border-color: rgb(254,226,178); }

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