#FBD7AE

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

Shades of Navajo White #FBD7AE

Tints of Navajo White #FBD7AE

Color information

#FBD7AE (or 0xFBD7AE) is unknown color: approx Navajo White. HEX triplet: FB, D7 and AE. RGB value is (251,215,174). Sum of RGB (Red+Green+Blue) = 251+215+174=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD7AE is #042851. Grayscale: #DDDDDD. Windows color (decimal): -272466 or 11458555. OLE color: 11458555.

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

Color convert

RGB251215174-
CMYK00.140.310.02
HSL31.95º90.59%83.33%-
HSV(B)31.95º30.68%98.43%-
XYZ71.7272.1750.19-
YUV221.09101.43149.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 215 (84.38% from 255) = 33.59%
BLUE value IS 174 (68.36% from 255) = 27.19%
R=39.22%
G=33.59%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121517400.140.310.0231.9590.5983.33
HexFBD7AE0E1F2205b53
Octal37332725601637240133123
Binary11111011110101111010111001110111111010000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD7AE; }

 p { color: rgb(251,215,174); }

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

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

 a { background-color: rgb(251,215,174); }

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

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

 span { border-color: rgb(251,215,174); }

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