Shades of Sandy Beach #FFDAB4
Tints of Sandy Beach #FFDAB4
RGB
CMYK
RGB Variations
Color information
#FFDAB4 (or 0xFFDAB4) is known color: Sandy Beach. HEX triplet: FF, DA and B4. RGB value is (255,218,180). Sum of RGB (Red+Green+Blue) = 255+218+180=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAB4 is #00254B. Grayscale: #E0E0E0. Windows color (decimal): -9548 or 11852543. OLE color: 11852543.
HSL color Cylindrical-coordinate representation of color #FFDAB4: hue angle of 30.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFDAB4 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 180 | - |
| CMYK | 0 | 0.15 | 0.29 | 0 |
| HSL | 30.4º | 1% | 0.85% | - |
| HSV(B) | 30.4º | 0.29% | 1% | - |
| XYZ | 74.55 | 74.7 | 53.67 | - |
| YUV | 224.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 180 | 0 | 0.15 | 0.29 | 0 | 30.4 | 1 | 0.85 |
| Hex | FF | DA | B4 | 0 | F | 1D | 0 | 1E | 64 | 55 |
| Octal | 377 | 332 | 264 | 0 | 17 | 35 | 0 | 36 | 144 | 125 |
| Binary | 11111111 | 11011010 | 10110100 | 0 | 1111 | 11101 | 0 | 11110 | 1100100 | 1010101 |
Color Harmonies of #FFDAB4
Complementary color
Monochromatic Colors of #FFDAB4
Black with #FFDAB4
Text Example
Text Example
White with #FFDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAB4; }
p { color: rgb(255,218,180); }
H1.HeaderClassName
{
color: #FFDAB4;
}
.AnyTagClassName
{
color: #FFDAB4;
}
</style>
background-color css
<style>
a { background-color: #FFDAB4; }
a { background-color: rgb(255,218,180); }
div.DivClassName
{
background-color: #FFDAB4;
}
.BgClassName
{
background-color: #FFDAB4;
}
</style>
border-color css
<style>
span { border-color: #FFDAB4; }
span { border-color: rgb(255,218,180); }
td.TdClassName
{
border-color: #FFDAB4;
}
.TagClassName
{
border-color: #FFDAB4;
}
</style>