Shades of Sandy Beach #FFD5B0
Tints of Sandy Beach #FFD5B0
RGB
CMYK
RGB Variations
Color information
#FFD5B0 (or 0xFFD5B0) is known color: Sandy Beach. HEX triplet: FF, D5 and B0. RGB value is (255,213,176). Sum of RGB (Red+Green+Blue) = 255+213+176=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5B0 is #002A4F. Grayscale: #DDDDDD. Windows color (decimal): -10832 or 11589119. OLE color: 11589119.
HSL color Cylindrical-coordinate representation of color #FFD5B0: hue angle of 28.1º 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 #FFD5B0 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 176 | - |
| CMYK | 0 | 0.16 | 0.31 | 0 |
| HSL | 28.1º | 1% | 0.85% | - |
| HSV(B) | 28.1º | 0.31% | 1% | - |
| XYZ | 72.87 | 71.98 | 51.13 | - |
| YUV | 221.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 176 | 0 | 0.16 | 0.31 | 0 | 28.1 | 1 | 0.85 |
| Hex | FF | D5 | B0 | 0 | 10 | 1F | 0 | 1C | 64 | 55 |
| Octal | 377 | 325 | 260 | 0 | 20 | 37 | 0 | 34 | 144 | 125 |
| Binary | 11111111 | 11010101 | 10110000 | 0 | 10000 | 11111 | 0 | 11100 | 1100100 | 1010101 |
Color Harmonies of #FFD5B0
Complementary color
Monochromatic Colors of #FFD5B0
Black with #FFD5B0
Text Example
Text Example
White with #FFD5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5B0; }
p { color: rgb(255,213,176); }
H1.HeaderClassName
{
color: #FFD5B0;
}
.AnyTagClassName
{
color: #FFD5B0;
}
</style>
background-color css
<style>
a { background-color: #FFD5B0; }
a { background-color: rgb(255,213,176); }
div.DivClassName
{
background-color: #FFD5B0;
}
.BgClassName
{
background-color: #FFD5B0;
}
</style>
border-color css
<style>
span { border-color: #FFD5B0; }
span { border-color: rgb(255,213,176); }
td.TdClassName
{
border-color: #FFD5B0;
}
.TagClassName
{
border-color: #FFD5B0;
}
</style>