Shades of Sandy Beach #FFDAB6
Tints of Sandy Beach #FFDAB6
RGB
CMYK
RGB Variations
Color information
#FFDAB6 (or 0xFFDAB6) is known color: Sandy Beach. HEX triplet: FF, DA and B6. RGB value is (255,218,182). Sum of RGB (Red+Green+Blue) = 255+218+182=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 182 (71.48% from 255 or 27.79% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAB6 is #002549. Grayscale: #E1E1E1. Windows color (decimal): -9546 or 11983615. OLE color: 11983615.
HSL color Cylindrical-coordinate representation of color #FFDAB6: hue angle of 29.59º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFDAB6 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 182 | - |
| CMYK | 0 | 0.15 | 0.29 | 0 |
| HSL | 29.59º | 1% | 0.86% | - |
| HSV(B) | 29.59º | 0.29% | 1% | - |
| XYZ | 74.75 | 74.78 | 54.75 | - |
| YUV | 224.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 182 | 0 | 0.15 | 0.29 | 0 | 29.59 | 1 | 0.86 |
| Hex | FF | DA | B6 | 0 | F | 1D | 0 | 1E | 64 | 56 |
| Octal | 377 | 332 | 266 | 0 | 17 | 35 | 0 | 36 | 144 | 126 |
| Binary | 11111111 | 11011010 | 10110110 | 0 | 1111 | 11101 | 0 | 11110 | 1100100 | 1010110 |
Color Harmonies of #FFDAB6
Complementary color
Monochromatic Colors of #FFDAB6
Black with #FFDAB6
Text Example
Text Example
White with #FFDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAB6; }
p { color: rgb(255,218,182); }
H1.HeaderClassName
{
color: #FFDAB6;
}
.AnyTagClassName
{
color: #FFDAB6;
}
</style>
background-color css
<style>
a { background-color: #FFDAB6; }
a { background-color: rgb(255,218,182); }
div.DivClassName
{
background-color: #FFDAB6;
}
.BgClassName
{
background-color: #FFDAB6;
}
</style>
border-color css
<style>
span { border-color: #FFDAB6; }
span { border-color: rgb(255,218,182); }
td.TdClassName
{
border-color: #FFDAB6;
}
.TagClassName
{
border-color: #FFDAB6;
}
</style>