#FBDAAE

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

Shades of Navajo White #FBDAAE

Tints of Navajo White #FBDAAE

Color information

#FBDAAE (or 0xFBDAAE) is unknown color: approx Navajo White. HEX triplet: FB, DA and AE. RGB value is (251,218,174). Sum of RGB (Red+Green+Blue) = 251+218+174=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDAAE is #042551. Grayscale: #DFDFDF. Windows color (decimal): -271698 or 11459323. OLE color: 11459323.

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

Color convert

RGB251218174-
CMYK00.130.310.02
HSL34.29º90.59%83.33%-
HSV(B)34.29º30.68%98.43%-
XYZ72.573.7150.45-
YUV222.85100.43148.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=39.04%
G=33.90%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121817400.130.310.0234.2990.5983.33
HexFBDAAE0D1F2225b53
Octal37333225601537242133123
Binary11111011110110101010111001101111111010001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAAE; }

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

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

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

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

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

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

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

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