#FBD8AE

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

Shades of Navajo White #FBD8AE

Tints of Navajo White #FBD8AE

Color information

#FBD8AE (or 0xFBD8AE) is unknown color: approx Navajo White. HEX triplet: FB, D8 and AE. RGB value is (251,216,174). Sum of RGB (Red+Green+Blue) = 251+216+174=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD8AE is #042751. Grayscale: #DDDDDD. Windows color (decimal): -272210 or 11458811. OLE color: 11458811.

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

Color convert

RGB251216174-
CMYK00.140.310.02
HSL32.73º90.59%83.33%-
HSV(B)32.73º30.68%98.43%-
XYZ71.9872.6850.28-
YUV221.68101.1148.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 216 (84.77% from 255) = 33.70%
BLUE value IS 174 (68.36% from 255) = 27.15%
R=39.16%
G=33.70%
B=27.15%

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
Decimal25121617400.140.310.0232.7390.5983.33
HexFBD8AE0E1F2215b53
Octal37333025601637241133123
Binary11111011110110001010111001110111111010000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8AE; }

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

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

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

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

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

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

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

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