#FBDBB1

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

Shades of Navajo White #FBDBB1

Tints of Navajo White #FBDBB1

Color information

#FBDBB1 (or 0xFBDBB1) is unknown color: approx Navajo White. HEX triplet: FB, DB and B1. RGB value is (251,219,177). Sum of RGB (Red+Green+Blue) = 251+219+177=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 177 (69.53% from 255 or 27.36% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDBB1 is #04244E. Grayscale: #DFDFDF. Windows color (decimal): -271439 or 11656187. OLE color: 11656187.

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

Color convert

RGB251219177-
CMYK00.130.290.02
HSL34.05º90.24%83.92%-
HSV(B)34.05º29.48%98.43%-
XYZ73.0574.3552.1-
YUV223.78101.6147.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 177 (69.53% from 255) = 27.36%
R=38.79%
G=33.85%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121917700.130.290.0234.0590.2483.92
HexFBDBB10D1D2225a54
Octal37333326101535242132124
Binary11111011110110111011000101101111011010001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBB1; }

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

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

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

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

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

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

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

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