Html Css Color HEX #FEE0B2 Navajo White

📋 copy color: '#FEE0B2'

red 254 ◦ green 224 ◦ blue 178

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

Shades of Navajo White #FEE0B2

Tints of Navajo White #FEE0B2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.15%

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

R = 38.72%
G = 34.15%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEE0B2 (or 0xFEE0B2) is known color: Navajo White. HEX triplet: FE, E0 and B2. RGB value is (254,224,178). Sum of RGB (Red+Green+Blue) = 254+224+178=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 178 (69.92% from 255 or 27.13% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE0B2 is #011F4D. Grayscale: #E3E3E3. Windows color (decimal): -73550 or 11723006. OLE color: 11723006.

HSL color Cylindrical-coordinate representation of color #FEE0B2: hue angle of 36.32º 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 #FEE0B2 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 178 -
CMYK 0 0.12 0.30 0.00
HSL 36.32º 0.97% 0.85% -
HSV(B) 36.32º 0.3% 1% -
XYZ 75.56 77.6 53.11 -
YUV 227.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 254 224 178 0 0.12 0.30 0.00 36.32 0.97 0.85
Hex FE E0 B2 0 C 1E 0 24 61 55
Octal 376 340 262 0 14 36 0 44 141 125
Binary 11111110 11100000 10110010 0 1100 11110 0 100100 1100001 1010101

Color Harmonies of #FEE0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE0B2

Black with #FEE0B2

Text Example


Text Example

White with #FEE0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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