#FBDBAA

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

Shades of Navajo White #FBDBAA

Tints of Navajo White #FBDBAA

Color information

#FBDBAA (or 0xFBDBAA) is unknown color: approx Navajo White. HEX triplet: FB, DB and AA. RGB value is (251,219,170). Sum of RGB (Red+Green+Blue) = 251+219+170=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDBAA is #042455. Grayscale: #DFDFDF. Windows color (decimal): -271446 or 11197435. OLE color: 11197435.

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

Color convert

RGB251219170-
CMYK00.130.320.02
HSL36.3º91.01%82.55%-
HSV(B)36.3º32.27%98.43%-
XYZ72.3774.0748.51-
YUV222.9898.1147.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 170 (66.80% from 255) = 26.56%
R=39.22%
G=34.22%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121917000.130.320.0236.391.0182.55
HexFBDBAA0D202245b53
Octal37333325201540244133123
Binary111110111101101110101010011011000001010010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBAA; }

 p { color: rgb(251,219,170); }

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

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

 a { background-color: rgb(251,219,170); }

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

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

 span { border-color: rgb(251,219,170); }

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