#FEDEAD

Color #FEDEAD Navajo White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navajo White #FEDEAD

Tints of Navajo White #FEDEAD

Color information

#FEDEAD (or 0xFEDEAD) is unknown color: approx Navajo White. HEX triplet: FE, DE and AD. RGB value is (254,222,173). Sum of RGB (Red+Green+Blue) = 254+222+173=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEAD is #012152. Grayscale: #E2E2E2. Windows color (decimal): -74067 or 11394814. OLE color: 11394814.

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

Color convert

RGB254222173-
CMYK00.130.320.00
HSL36.3º97.59%83.73%-
HSV(B)36.3º31.89%99.61%-
XYZ74.5476.3350.34-
YUV225.9898.1147.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 173 (67.97% from 255) = 26.66%
R=39.14%
G=34.21%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422217300.130.320.0036.397.5983.73
HexFEDEAD0D200246254
Octal37633625501540044142124
Binary11111110110111101010110101101100000010010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEAD; }

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

 H1.HeaderClassName
 {
   color: #FEDEAD;
 }
 .AnyTagClassName
 {
   color: #FEDEAD;
 }
</style>
background-color css

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

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

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

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

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

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