Html Css Color HEX #FEE1B0 Navajo White

📋 copy color: '#FEE1B0'

red 254 ◦ green 225 ◦ blue 176

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

Shades of Navajo White #FEE1B0

Tints of Navajo White #FEE1B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.87%

R = 38.78%
G = 34.35%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEE1B0 (or 0xFEE1B0) is known color: Navajo White. HEX triplet: FE, E1 and B0. RGB value is (254,225,176). Sum of RGB (Red+Green+Blue) = 254+225+176=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 176 (69.14% from 255 or 26.87% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1B0 is #011E4F. Grayscale: #E4E4E4. Windows color (decimal): -73296 or 11592190. OLE color: 11592190.

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

Color convert

RGB 254 225 176 -
CMYK 0 0.11 0.31 0.00
HSL 37.69º 0.98% 0.84% -
HSV(B) 37.69º 0.31% 1% -
XYZ 75.63 78.06 52.15 -
YUV 228.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 254 225 176 0 0.11 0.31 0.00 37.69 0.98 0.84
Hex FE E1 B0 0 B 1F 0 26 62 54
Octal 376 341 260 0 13 37 0 46 142 124
Binary 11111110 11100001 10110000 0 1011 11111 0 100110 1100010 1010100

Color Harmonies of #FEE1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1B0

Black with #FEE1B0

Text Example


Text Example

White with #FEE1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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