Shades of Sandy Beach #FFDAB1
Tints of Sandy Beach #FFDAB1
RGB
CMYK
RGB Variations
Color information
#FFDAB1 (or 0xFFDAB1) is known color: Sandy Beach. HEX triplet: FF, DA and B1. RGB value is (255,218,177). Sum of RGB (Red+Green+Blue) = 255+218+177=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAB1 is #00254E. Grayscale: #E0E0E0. Windows color (decimal): -9551 or 11655935. OLE color: 11655935.
HSL color Cylindrical-coordinate representation of color #FFDAB1: hue angle of 31.54º 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 #FFDAB1 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 177 | - |
| CMYK | 0 | 0.15 | 0.31 | 0 |
| HSL | 31.54º | 1% | 0.85% | - |
| HSV(B) | 31.54º | 0.31% | 1% | - |
| XYZ | 74.25 | 74.58 | 52.08 | - |
| YUV | 224.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 177 | 0 | 0.15 | 0.31 | 0 | 31.54 | 1 | 0.85 |
| Hex | FF | DA | B1 | 0 | F | 1F | 0 | 20 | 64 | 55 |
| Octal | 377 | 332 | 261 | 0 | 17 | 37 | 0 | 40 | 144 | 125 |
| Binary | 11111111 | 11011010 | 10110001 | 0 | 1111 | 11111 | 0 | 100000 | 1100100 | 1010101 |
Color Harmonies of #FFDAB1
Complementary color
Monochromatic Colors of #FFDAB1
Black with #FFDAB1
Text Example
Text Example
White with #FFDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAB1; }
p { color: rgb(255,218,177); }
H1.HeaderClassName
{
color: #FFDAB1;
}
.AnyTagClassName
{
color: #FFDAB1;
}
</style>
background-color css
<style>
a { background-color: #FFDAB1; }
a { background-color: rgb(255,218,177); }
div.DivClassName
{
background-color: #FFDAB1;
}
.BgClassName
{
background-color: #FFDAB1;
}
</style>
border-color css
<style>
span { border-color: #FFDAB1; }
span { border-color: rgb(255,218,177); }
td.TdClassName
{
border-color: #FFDAB1;
}
.TagClassName
{
border-color: #FFDAB1;
}
</style>