Html Css Color HEX #FEDEAA Navajo White

📋 copy color: '#FEDEAA'

red 254 ◦ green 222 ◦ blue 170

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

Shades of Navajo White #FEDEAA

Tints of Navajo White #FEDEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.37%

 BLUE value IS 170 (66.8% from 255) = 26.32%

R = 39.32%
G = 34.37%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEDEAA (or 0xFEDEAA) is known color: Navajo White. HEX triplet: FE, DE and AA. RGB value is (254,222,170). Sum of RGB (Red+Green+Blue) = 254+222+170=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEAA is #012155. Grayscale: #E1E1E1. Windows color (decimal): -74070 or 11198206. OLE color: 11198206.

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

Color convert

RGB 254 222 170 -
CMYK 0 0.13 0.33 0.00
HSL 37.14º 0.98% 0.83% -
HSV(B) 37.14º 0.33% 1% -
XYZ 74.25 76.22 48.83 -
YUV 225.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 254 222 170 0 0.13 0.33 0.00 37.14 0.98 0.83
Hex FE DE AA 0 D 21 0 25 62 53
Octal 376 336 252 0 15 41 0 45 142 123
Binary 11111110 11011110 10101010 0 1101 100001 0 100101 1100010 1010011

Color Harmonies of #FEDEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEAA

Black with #FEDEAA

Text Example


Text Example

White with #FEDEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEAA; }

 p { color: rgb(254,222,170); }

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

background-color css

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

 a { background-color: rgb(254,222,170); }

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

border-color css

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

 span { border-color: rgb(254,222,170); }

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