#FEDBA7

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

Shades of Navajo White #FEDBA7

Tints of Navajo White #FEDBA7

Color information

#FEDBA7 (or 0xFEDBA7) is unknown color: approx Navajo White. HEX triplet: FE, DB and A7. RGB value is (254,219,167). Sum of RGB (Red+Green+Blue) = 254+219+167=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBA7 is #012458. Grayscale: #DFDFDF. Windows color (decimal): -74841 or 11000830. OLE color: 11000830.

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

Color convert

RGB254219167-
CMYK00.140.340.00
HSL35.86º97.75%82.55%-
HSV(B)35.86º34.25%99.61%-
XYZ73.1874.5247.09-
YUV223.5496.1149.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 167 (65.62% from 255) = 26.09%
R=39.69%
G=34.22%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421916700.140.340.0035.8697.7582.55
HexFEDBA70E220246253
Octal37633324701642044142123
Binary11111110110110111010011101110100010010010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBA7; }

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

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

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

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

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

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

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

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