#FBD9A9

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

Shades of Navajo White #FBD9A9

Tints of Navajo White #FBD9A9

Color information

#FBD9A9 (or 0xFBD9A9) is unknown color: approx Navajo White. HEX triplet: FB, D9 and A9. RGB value is (251,217,169). Sum of RGB (Red+Green+Blue) = 251+217+169=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 169 (66.41% from 255 or 26.53% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD9A9 is #042656. Grayscale: #DDDDDD. Windows color (decimal): -271959 or 11131387. OLE color: 11131387.

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

Color convert

RGB251217169-
CMYK00.140.330.02
HSL35.12º91.11%82.35%-
HSV(B)35.12º32.67%98.43%-
XYZ71.767347.84-
YUV221.6998.26148.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 169 (66.41% from 255) = 26.53%
R=39.40%
G=34.07%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121716900.140.330.0235.1291.1182.35
HexFBD9A90E212235b52
Octal37333125101641243133122
Binary111110111101100110101001011101000011010001110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9A9; }

 p { color: rgb(251,217,169); }

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

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

 a { background-color: rgb(251,217,169); }

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

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

 span { border-color: rgb(251,217,169); }

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