Shades of Sandy Beach #FFDAB2
Tints of Sandy Beach #FFDAB2
RGB
CMYK
RGB Variations
Color information
#FFDAB2 (or 0xFFDAB2) is known color: Sandy Beach. HEX triplet: FF, DA and B2. RGB value is (255,218,178). Sum of RGB (Red+Green+Blue) = 255+218+178=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAB2 is #00254D. Grayscale: #E0E0E0. Windows color (decimal): -9550 or 11721471. OLE color: 11721471.
HSL color Cylindrical-coordinate representation of color #FFDAB2: hue angle of 31.17º 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 #FFDAB2 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 178 | - |
| CMYK | 0 | 0.15 | 0.30 | 0 |
| HSL | 31.17º | 1% | 0.85% | - |
| HSV(B) | 31.17º | 0.3% | 1% | - |
| XYZ | 74.35 | 74.62 | 52.6 | - |
| YUV | 224.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 178 | 0 | 0.15 | 0.30 | 0 | 31.17 | 1 | 0.85 |
| Hex | FF | DA | B2 | 0 | F | 1E | 0 | 1F | 64 | 55 |
| Octal | 377 | 332 | 262 | 0 | 17 | 36 | 0 | 37 | 144 | 125 |
| Binary | 11111111 | 11011010 | 10110010 | 0 | 1111 | 11110 | 0 | 11111 | 1100100 | 1010101 |
Color Harmonies of #FFDAB2
Complementary color
Monochromatic Colors of #FFDAB2
Black with #FFDAB2
Text Example
Text Example
White with #FFDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAB2; }
p { color: rgb(255,218,178); }
H1.HeaderClassName
{
color: #FFDAB2;
}
.AnyTagClassName
{
color: #FFDAB2;
}
</style>
background-color css
<style>
a { background-color: #FFDAB2; }
a { background-color: rgb(255,218,178); }
div.DivClassName
{
background-color: #FFDAB2;
}
.BgClassName
{
background-color: #FFDAB2;
}
</style>
border-color css
<style>
span { border-color: #FFDAB2; }
span { border-color: rgb(255,218,178); }
td.TdClassName
{
border-color: #FFDAB2;
}
.TagClassName
{
border-color: #FFDAB2;
}
</style>