#FBDCB0

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

Shades of Navajo White #FBDCB0

Tints of Navajo White #FBDCB0

Color information

#FBDCB0 (or 0xFBDCB0) is unknown color: approx Navajo White. HEX triplet: FB, DC and B0. RGB value is (251,220,176). Sum of RGB (Red+Green+Blue) = 251+220+176=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDCB0 is #04234F. Grayscale: #E0E0E0. Windows color (decimal): -271184 or 11590907. OLE color: 11590907.

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

Color convert

RGB251220176-
CMYK00.120.300.02
HSL35.2º90.36%83.73%-
HSV(B)35.2º29.88%98.43%-
XYZ73.2174.8351.66-
YUV224.25100.77147.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 176 (69.14% from 255) = 27.20%
R=38.79%
G=34.00%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122017600.120.300.0235.290.3683.73
HexFBDCB00C1E2235a54
Octal37333426001436243132124
Binary11111011110111001011000001100111101010001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCB0; }

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

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

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

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

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

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

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

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