Shades of Sandy Beach #FFD9B5
Tints of Sandy Beach #FFD9B5
RGB
CMYK
RGB Variations
Color information
#FFD9B5 (or 0xFFD9B5) is known color: Sandy Beach. HEX triplet: FF, D9 and B5. RGB value is (255,217,181). Sum of RGB (Red+Green+Blue) = 255+217+181=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9B5 is #00264A. Grayscale: #E0E0E0. Windows color (decimal): -9803 or 11917823. OLE color: 11917823.
HSL color Cylindrical-coordinate representation of color #FFD9B5: hue angle of 29.19º 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 #FFD9B5 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 181 | - |
| CMYK | 0 | 0.15 | 0.29 | 0 |
| HSL | 29.19º | 1% | 0.85% | - |
| HSV(B) | 29.19º | 0.29% | 1% | - |
| XYZ | 74.39 | 74.22 | 54.12 | - |
| YUV | 224.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 181 | 0 | 0.15 | 0.29 | 0 | 29.19 | 1 | 0.85 |
| Hex | FF | D9 | B5 | 0 | F | 1D | 0 | 1D | 64 | 55 |
| Octal | 377 | 331 | 265 | 0 | 17 | 35 | 0 | 35 | 144 | 125 |
| Binary | 11111111 | 11011001 | 10110101 | 0 | 1111 | 11101 | 0 | 11101 | 1100100 | 1010101 |
Color Harmonies of #FFD9B5
Complementary color
Monochromatic Colors of #FFD9B5
Black with #FFD9B5
Text Example
Text Example
White with #FFD9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9B5; }
p { color: rgb(255,217,181); }
H1.HeaderClassName
{
color: #FFD9B5;
}
.AnyTagClassName
{
color: #FFD9B5;
}
</style>
background-color css
<style>
a { background-color: #FFD9B5; }
a { background-color: rgb(255,217,181); }
div.DivClassName
{
background-color: #FFD9B5;
}
.BgClassName
{
background-color: #FFD9B5;
}
</style>
border-color css
<style>
span { border-color: #FFD9B5; }
span { border-color: rgb(255,217,181); }
td.TdClassName
{
border-color: #FFD9B5;
}
.TagClassName
{
border-color: #FFD9B5;
}
</style>