Shades of Sandy Beach #FFD5B1
Tints of Sandy Beach #FFD5B1
RGB
CMYK
RGB Variations
Color information
#FFD5B1 (or 0xFFD5B1) is known color: Sandy Beach. HEX triplet: FF, D5 and B1. RGB value is (255,213,177). Sum of RGB (Red+Green+Blue) = 255+213+177=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5B1 is #002A4E. Grayscale: #DDDDDD. Windows color (decimal): -10831 or 11654655. OLE color: 11654655.
HSL color Cylindrical-coordinate representation of color #FFD5B1: hue angle of 27.69º 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 #FFD5B1 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 177 | - |
| CMYK | 0 | 0.16 | 0.31 | 0 |
| HSL | 27.69º | 1% | 0.85% | - |
| HSV(B) | 27.69º | 0.31% | 1% | - |
| XYZ | 72.97 | 72.02 | 51.65 | - |
| YUV | 221.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 177 | 0 | 0.16 | 0.31 | 0 | 27.69 | 1 | 0.85 |
| Hex | FF | D5 | B1 | 0 | 10 | 1F | 0 | 1C | 64 | 55 |
| Octal | 377 | 325 | 261 | 0 | 20 | 37 | 0 | 34 | 144 | 125 |
| Binary | 11111111 | 11010101 | 10110001 | 0 | 10000 | 11111 | 0 | 11100 | 1100100 | 1010101 |
Color Harmonies of #FFD5B1
Complementary color
Monochromatic Colors of #FFD5B1
Black with #FFD5B1
Text Example
Text Example
White with #FFD5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5B1; }
p { color: rgb(255,213,177); }
H1.HeaderClassName
{
color: #FFD5B1;
}
.AnyTagClassName
{
color: #FFD5B1;
}
</style>
background-color css
<style>
a { background-color: #FFD5B1; }
a { background-color: rgb(255,213,177); }
div.DivClassName
{
background-color: #FFD5B1;
}
.BgClassName
{
background-color: #FFD5B1;
}
</style>
border-color css
<style>
span { border-color: #FFD5B1; }
span { border-color: rgb(255,213,177); }
td.TdClassName
{
border-color: #FFD5B1;
}
.TagClassName
{
border-color: #FFD5B1;
}
</style>