#FBDBB0

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

Shades of Navajo White #FBDBB0

Tints of Navajo White #FBDBB0

Color information

#FBDBB0 (or 0xFBDBB0) is unknown color: approx Navajo White. HEX triplet: FB, DB and B0. RGB value is (251,219,176). Sum of RGB (Red+Green+Blue) = 251+219+176=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 176 (69.14% from 255 or 27.24% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDBB0 is #04244F. Grayscale: #DFDFDF. Windows color (decimal): -271440 or 11590651. OLE color: 11590651.

HSL color Cylindrical-coordinate representation of color #FBDBB0: hue angle of 34.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBDBB0 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251219176-
CMYK00.130.300.02
HSL34.4º90.36%83.73%-
HSV(B)34.4º29.88%98.43%-
XYZ72.9574.3151.57-
YUV223.67101.1147.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 176 (69.14% from 255) = 27.24%
R=38.85%
G=33.90%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121917600.130.300.0234.490.3683.73
HexFBDBB00D1E2225a54
Octal37333326001536242132124
Binary11111011110110111011000001101111101010001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBB0; }

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

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

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

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

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

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

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

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