#FEDBAF

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

Shades of Navajo White #FEDBAF

Tints of Navajo White #FEDBAF

Color information

#FEDBAF (or 0xFEDBAF) is unknown color: approx Navajo White. HEX triplet: FE, DB and AF. RGB value is (254,219,175). Sum of RGB (Red+Green+Blue) = 254+219+175=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBAF is #012450. Grayscale: #E0E0E0. Windows color (decimal): -74833 or 11525118. OLE color: 11525118.

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

Color convert

RGB254219175-
CMYK00.140.310.00
HSL33.42º97.53%84.12%-
HSV(B)33.42º31.1%99.61%-
XYZ73.9474.8351.1-
YUV224.45100.1149.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 175 (68.75% from 255) = 27.01%
R=39.20%
G=33.80%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421917500.140.310.0033.4297.5384.12
HexFEDBAF0E1F0216254
Octal37633325701637041142124
Binary1111111011011011101011110111011111010000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBAF; }

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

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

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

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

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

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

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

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