Shades of Sandy Beach #FBDFBC
Tints of Sandy Beach #FBDFBC
RGB
CMYK
RGB Variations
Color information
#FBDFBC (or 0xFBDFBC) is known color: Sandy Beach. HEX triplet: FB, DF and BC. RGB value is (251,223,188). Sum of RGB (Red+Green+Blue) = 251+223+188=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFBC is #042043. Grayscale: #E3E3E3. Windows color (decimal): -270404 or 12378107. OLE color: 12378107.
HSL color Cylindrical-coordinate representation of color #FBDFBC: hue angle of 33.33º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBDFBC is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 188 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.02 |
| HSL | 33.33º | 0.89% | 0.86% | - |
| HSV(B) | 33.33º | 0.25% | 0.98% | - |
| XYZ | 75.25 | 76.92 | 58.46 | - |
| YUV | 227.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 188 | 0 | 0.11 | 0.25 | 0.02 | 33.33 | 0.89 | 0.86 |
| Hex | FB | DF | BC | 0 | B | 19 | 2 | 21 | 59 | 56 |
| Octal | 373 | 337 | 274 | 0 | 13 | 31 | 2 | 41 | 131 | 126 |
| Binary | 11111011 | 11011111 | 10111100 | 0 | 1011 | 11001 | 10 | 100001 | 1011001 | 1010110 |
Color Harmonies of #FBDFBC
Complementary color
Monochromatic Colors of #FBDFBC
Black with #FBDFBC
Text Example
Text Example
White with #FBDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFBC; }
p { color: rgb(251,223,188); }
H1.HeaderClassName
{
color: #FBDFBC;
}
.AnyTagClassName
{
color: #FBDFBC;
}
</style>
background-color css
<style>
a { background-color: #FBDFBC; }
a { background-color: rgb(251,223,188); }
div.DivClassName
{
background-color: #FBDFBC;
}
.BgClassName
{
background-color: #FBDFBC;
}
</style>
border-color css
<style>
span { border-color: #FBDFBC; }
span { border-color: rgb(251,223,188); }
td.TdClassName
{
border-color: #FBDFBC;
}
.TagClassName
{
border-color: #FBDFBC;
}
</style>