#FBD9B1

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

Shades of Sandy Beach #FBD9B1

Tints of Sandy Beach #FBD9B1

Color information

#FBD9B1 (or 0xFBD9B1) is unknown color: approx Sandy Beach. HEX triplet: FB, D9 and B1. RGB value is (251,217,177). Sum of RGB (Red+Green+Blue) = 251+217+177=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD9B1 is #04264E. Grayscale: #DEDEDE. Windows color (decimal): -271951 or 11655675. OLE color: 11655675.

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

Color convert

RGB251217177-
CMYK00.140.290.02
HSL32.43º90.24%83.92%-
HSV(B)32.43º29.48%98.43%-
XYZ72.5373.3151.92-
YUV222.61102.26148.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 217 (85.16% from 255) = 33.64%
BLUE value IS 177 (69.53% from 255) = 27.44%
R=38.91%
G=33.64%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121717700.140.290.0232.4390.2483.92
HexFBD9B10E1D2205a54
Octal37333126101635240132124
Binary11111011110110011011000101110111011010000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9B1; }

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

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

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

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

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

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

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

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