#FAD6AB

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

Shades of Navajo White #FAD6AB

Tints of Navajo White #FAD6AB

Color information

#FAD6AB (or 0xFAD6AB) is unknown color: approx Navajo White. HEX triplet: FA, D6 and AB. RGB value is (250,214,171). Sum of RGB (Red+Green+Blue) = 250+214+171=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD6AB is #052954. Grayscale: #DCDCDC. Windows color (decimal): -338261 or 11261690. OLE color: 11261690.

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

Color convert

RGB250214171-
CMYK00.140.320.02
HSL32.66º88.76%82.55%-
HSV(B)32.66º31.6%98.04%-
XYZ70.8271.3648.57-
YUV219.86100.43149.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 214 (83.98% from 255) = 33.70%
BLUE value IS 171 (67.19% from 255) = 26.93%
R=39.37%
G=33.70%
B=26.93%

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
Decimal25021417100.140.320.0232.6688.7682.55
HexFAD6AB0E202215953
Octal37232625301640241131123
Binary111110101101011010101011011101000001010000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6AB; }

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

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

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

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

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

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

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

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