#FFD6AB

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

Shades of Navajo White #FFD6AB

Tints of Navajo White #FFD6AB

Color information

#FFD6AB (or 0xFFD6AB) is unknown color: approx Navajo White. HEX triplet: FF, D6 and AB. RGB value is (255,214,171). Sum of RGB (Red+Green+Blue) = 255+214+171=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD6AB is #002954. Grayscale: #DDDDDD. Windows color (decimal): -10581 or 11261695. OLE color: 11261695.

HSL color Cylindrical-coordinate representation of color #FFD6AB: hue angle of 30.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFD6AB is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255214171-
CMYK00.160.330
HSL30.71º100%83.53%-
HSV(B)30.71º32.94%100%-
XYZ72.6472.2948.65-
YUV221.3699.58152-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 171 (67.19% from 255) = 26.72%
R=39.84%
G=33.44%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521417100.160.33030.7110083.53
HexFFD6AB0102101f6454
Octal37732625302041037144124
Binary11111111110101101010101101000010000101111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6AB; }

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

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

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

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

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

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

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

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