Shades of Sandy Beach #FFDAB0
Tints of Sandy Beach #FFDAB0
RGB
CMYK
RGB Variations
Color information
#FFDAB0 (or 0xFFDAB0) is known color: Sandy Beach. HEX triplet: FF, DA and B0. RGB value is (255,218,176). Sum of RGB (Red+Green+Blue) = 255+218+176=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAB0 is #00254F. Grayscale: #E0E0E0. Windows color (decimal): -9552 or 11590399. OLE color: 11590399.
HSL color Cylindrical-coordinate representation of color #FFDAB0: hue angle of 31.9º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFDAB0 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 176 | - |
| CMYK | 0 | 0.15 | 0.31 | 0 |
| HSL | 31.9º | 1% | 0.85% | - |
| HSV(B) | 31.9º | 0.31% | 1% | - |
| XYZ | 74.15 | 74.54 | 51.55 | - |
| YUV | 224.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 176 | 0 | 0.15 | 0.31 | 0 | 31.9 | 1 | 0.85 |
| Hex | FF | DA | B0 | 0 | F | 1F | 0 | 20 | 64 | 55 |
| Octal | 377 | 332 | 260 | 0 | 17 | 37 | 0 | 40 | 144 | 125 |
| Binary | 11111111 | 11011010 | 10110000 | 0 | 1111 | 11111 | 0 | 100000 | 1100100 | 1010101 |
Color Harmonies of #FFDAB0
Complementary color
Monochromatic Colors of #FFDAB0
Black with #FFDAB0
Text Example
Text Example
White with #FFDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAB0; }
p { color: rgb(255,218,176); }
H1.HeaderClassName
{
color: #FFDAB0;
}
.AnyTagClassName
{
color: #FFDAB0;
}
</style>
background-color css
<style>
a { background-color: #FFDAB0; }
a { background-color: rgb(255,218,176); }
div.DivClassName
{
background-color: #FFDAB0;
}
.BgClassName
{
background-color: #FFDAB0;
}
</style>
border-color css
<style>
span { border-color: #FFDAB0; }
span { border-color: rgb(255,218,176); }
td.TdClassName
{
border-color: #FFDAB0;
}
.TagClassName
{
border-color: #FFDAB0;
}
</style>