#FFDBAB

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

Shades of Navajo White #FFDBAB

Tints of Navajo White #FFDBAB

Color information

#FFDBAB (or 0xFFDBAB) is unknown color: approx Navajo White. HEX triplet: FF, DB and AB. RGB value is (255,219,171). Sum of RGB (Red+Green+Blue) = 255+219+171=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBAB is #002454. Grayscale: #E0E0E0. Windows color (decimal): -9301 or 11262975. OLE color: 11262975.

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

Color convert

RGB255219171-
CMYK00.140.330
HSL34.29º100%83.53%-
HSV(B)34.29º32.94%100%-
XYZ73.9274.8649.08-
YUV224.2997.93149.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 171 (67.19% from 255) = 26.51%
R=39.53%
G=33.95%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521917100.140.33034.2910083.53
HexFFDBAB0E210226454
Octal37733325301641042144124
Binary11111111110110111010101101110100001010001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBAB; }

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

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

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

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

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

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

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

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