Shades of Sandy Beach #FFD6B0
Tints of Sandy Beach #FFD6B0
RGB
CMYK
RGB Variations
Color information
#FFD6B0 (or 0xFFD6B0) is known color: Sandy Beach. HEX triplet: FF, D6 and B0. RGB value is (255,214,176). Sum of RGB (Red+Green+Blue) = 255+214+176=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 176 (69.14% from 255 or 27.29% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD6B0 is #00294F. Grayscale: #DEDEDE. Windows color (decimal): -10576 or 11589375. OLE color: 11589375.
HSL color Cylindrical-coordinate representation of color #FFD6B0: hue angle of 28.86º 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 #FFD6B0 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 176 | - |
| CMYK | 0 | 0.16 | 0.31 | 0 |
| HSL | 28.86º | 1% | 0.85% | - |
| HSV(B) | 28.86º | 0.31% | 1% | - |
| XYZ | 73.12 | 72.49 | 51.21 | - |
| YUV | 221.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 176 | 0 | 0.16 | 0.31 | 0 | 28.86 | 1 | 0.85 |
| Hex | FF | D6 | B0 | 0 | 10 | 1F | 0 | 1D | 64 | 55 |
| Octal | 377 | 326 | 260 | 0 | 20 | 37 | 0 | 35 | 144 | 125 |
| Binary | 11111111 | 11010110 | 10110000 | 0 | 10000 | 11111 | 0 | 11101 | 1100100 | 1010101 |
Color Harmonies of #FFD6B0
Complementary color
Monochromatic Colors of #FFD6B0
Black with #FFD6B0
Text Example
Text Example
White with #FFD6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6B0; }
p { color: rgb(255,214,176); }
H1.HeaderClassName
{
color: #FFD6B0;
}
.AnyTagClassName
{
color: #FFD6B0;
}
</style>
background-color css
<style>
a { background-color: #FFD6B0; }
a { background-color: rgb(255,214,176); }
div.DivClassName
{
background-color: #FFD6B0;
}
.BgClassName
{
background-color: #FFD6B0;
}
</style>
border-color css
<style>
span { border-color: #FFD6B0; }
span { border-color: rgb(255,214,176); }
td.TdClassName
{
border-color: #FFD6B0;
}
.TagClassName
{
border-color: #FFD6B0;
}
</style>