#FBD8B0

Color #FBD8B0 Sandy Beach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Beach #FBD8B0

Tints of Sandy Beach #FBD8B0

Color information

#FBD8B0 (or 0xFBD8B0) is unknown color: approx Sandy Beach. HEX triplet: FB, D8 and B0. RGB value is (251,216,176). Sum of RGB (Red+Green+Blue) = 251+216+176=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD8B0 is #04274F. Grayscale: #DEDEDE. Windows color (decimal): -272208 or 11589883. OLE color: 11589883.

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

Color convert

RGB251216176-
CMYK00.140.300.02
HSL32º90.36%83.73%-
HSV(B)32º29.88%98.43%-
XYZ72.1872.7651.31-
YUV221.9102.1148.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 176 (69.14% from 255) = 27.37%
R=39.04%
G=33.59%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121617600.140.300.023290.3683.73
HexFBD8B00E1E2205a54
Octal37333026001636240132124
Binary11111011110110001011000001110111101010000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8B0; }

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

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

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

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

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

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

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

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