#FED9AF

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

Shades of Navajo White #FED9AF

Tints of Navajo White #FED9AF

Color information

#FED9AF (or 0xFED9AF) is unknown color: approx Navajo White. HEX triplet: FE, D9 and AF. RGB value is (254,217,175). Sum of RGB (Red+Green+Blue) = 254+217+175=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED9AF is #012650. Grayscale: #DFDFDF. Windows color (decimal): -75345 or 11524606. OLE color: 11524606.

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

Color convert

RGB254217175-
CMYK00.150.310.00
HSL31.9º97.53%84.12%-
HSV(B)31.9º31.1%99.61%-
XYZ73.4273.7950.93-
YUV223.27100.76149.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 175 (68.75% from 255) = 27.09%
R=39.32%
G=33.59%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421717500.150.310.0031.997.5384.12
HexFED9AF0F1F0206254
Octal37633125701737040142124
Binary1111111011011001101011110111111111010000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9AF; }

 p { color: rgb(254,217,175); }

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

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

 a { background-color: rgb(254,217,175); }

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

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

 span { border-color: rgb(254,217,175); }

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