Shades of Sandy Beach #FFDFBC
Tints of Sandy Beach #FFDFBC
RGB
CMYK
RGB Variations
Color information
#FFDFBC (or 0xFFDFBC) is known color: Sandy Beach. HEX triplet: FF, DF and BC. RGB value is (255,223,188). Sum of RGB (Red+Green+Blue) = 255+223+188=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFBC is #002043. Grayscale: #E4E4E4. Windows color (decimal): -8260 or 12378111. OLE color: 12378111.
HSL color Cylindrical-coordinate representation of color #FFDFBC: hue angle of 31.34º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFDFBC is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 188 | - |
| CMYK | 0 | 0.13 | 0.26 | 0 |
| HSL | 31.34º | 1% | 0.87% | - |
| HSV(B) | 31.34º | 0.26% | 1% | - |
| XYZ | 76.7 | 77.67 | 58.53 | - |
| YUV | 228.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 188 | 0 | 0.13 | 0.26 | 0 | 31.34 | 1 | 0.87 |
| Hex | FF | DF | BC | 0 | D | 1A | 0 | 1F | 64 | 57 |
| Octal | 377 | 337 | 274 | 0 | 15 | 32 | 0 | 37 | 144 | 127 |
| Binary | 11111111 | 11011111 | 10111100 | 0 | 1101 | 11010 | 0 | 11111 | 1100100 | 1010111 |
Color Harmonies of #FFDFBC
Complementary color
Monochromatic Colors of #FFDFBC
Black with #FFDFBC
Text Example
Text Example
White with #FFDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFBC; }
p { color: rgb(255,223,188); }
H1.HeaderClassName
{
color: #FFDFBC;
}
.AnyTagClassName
{
color: #FFDFBC;
}
</style>
background-color css
<style>
a { background-color: #FFDFBC; }
a { background-color: rgb(255,223,188); }
div.DivClassName
{
background-color: #FFDFBC;
}
.BgClassName
{
background-color: #FFDFBC;
}
</style>
border-color css
<style>
span { border-color: #FFDFBC; }
span { border-color: rgb(255,223,188); }
td.TdClassName
{
border-color: #FFDFBC;
}
.TagClassName
{
border-color: #FFDFBC;
}
</style>