#FAD7AB

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

Shades of Navajo White #FAD7AB

Tints of Navajo White #FAD7AB

Color information

#FAD7AB (or 0xFAD7AB) is unknown color: approx Navajo White. HEX triplet: FA, D7 and AB. RGB value is (250,215,171). Sum of RGB (Red+Green+Blue) = 250+215+171=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD7AB is #052854. Grayscale: #DCDCDC. Windows color (decimal): -338005 or 11261946. OLE color: 11261946.

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

Color convert

RGB250215171-
CMYK00.140.320.02
HSL33.42º88.76%82.55%-
HSV(B)33.42º31.6%98.04%-
XYZ71.0871.8748.65-
YUV220.45100.1149.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 215 (84.38% from 255) = 33.81%
BLUE value IS 171 (67.19% from 255) = 26.89%
R=39.31%
G=33.81%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021517100.140.320.0233.4288.7682.55
HexFAD7AB0E202215953
Octal37232725301640241131123
Binary111110101101011110101011011101000001010000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7AB; }

 p { color: rgb(250,215,171); }

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

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

 a { background-color: rgb(250,215,171); }

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

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

 span { border-color: rgb(250,215,171); }

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