Shades of Sandy Beach #FFDAB3
Tints of Sandy Beach #FFDAB3
RGB
CMYK
RGB Variations
Color information
#FFDAB3 (or 0xFFDAB3) is known color: Sandy Beach. HEX triplet: FF, DA and B3. RGB value is (255,218,179). Sum of RGB (Red+Green+Blue) = 255+218+179=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAB3 is #00254C. Grayscale: #E0E0E0. Windows color (decimal): -9549 or 11787007. OLE color: 11787007.
HSL color Cylindrical-coordinate representation of color #FFDAB3: hue angle of 30.79º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFDAB3 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 179 | - |
| CMYK | 0 | 0.15 | 0.30 | 0 |
| HSL | 30.79º | 1% | 0.85% | - |
| HSV(B) | 30.79º | 0.3% | 1% | - |
| XYZ | 74.45 | 74.66 | 53.13 | - |
| YUV | 224.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 179 | 0 | 0.15 | 0.30 | 0 | 30.79 | 1 | 0.85 |
| Hex | FF | DA | B3 | 0 | F | 1E | 0 | 1F | 64 | 55 |
| Octal | 377 | 332 | 263 | 0 | 17 | 36 | 0 | 37 | 144 | 125 |
| Binary | 11111111 | 11011010 | 10110011 | 0 | 1111 | 11110 | 0 | 11111 | 1100100 | 1010101 |
Color Harmonies of #FFDAB3
Complementary color
Monochromatic Colors of #FFDAB3
Black with #FFDAB3
Text Example
Text Example
White with #FFDAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAB3; }
p { color: rgb(255,218,179); }
H1.HeaderClassName
{
color: #FFDAB3;
}
.AnyTagClassName
{
color: #FFDAB3;
}
</style>
background-color css
<style>
a { background-color: #FFDAB3; }
a { background-color: rgb(255,218,179); }
div.DivClassName
{
background-color: #FFDAB3;
}
.BgClassName
{
background-color: #FFDAB3;
}
</style>
border-color css
<style>
span { border-color: #FFDAB3; }
span { border-color: rgb(255,218,179); }
td.TdClassName
{
border-color: #FFDAB3;
}
.TagClassName
{
border-color: #FFDAB3;
}
</style>