Shades of Sandy Beach #FFD8B0
Tints of Sandy Beach #FFD8B0
RGB
CMYK
RGB Variations
Color information
#FFD8B0 (or 0xFFD8B0) is known color: Sandy Beach. HEX triplet: FF, D8 and B0. RGB value is (255,216,176). Sum of RGB (Red+Green+Blue) = 255+216+176=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD8B0 is #00274F. Grayscale: #DFDFDF. Windows color (decimal): -10064 or 11589887. OLE color: 11589887.
HSL color Cylindrical-coordinate representation of color #FFD8B0: hue angle of 30.38º 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 #FFD8B0 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 176 | - |
| CMYK | 0 | 0.15 | 0.31 | 0 |
| HSL | 30.38º | 1% | 0.85% | - |
| HSV(B) | 30.38º | 0.31% | 1% | - |
| XYZ | 73.63 | 73.51 | 51.38 | - |
| YUV | 223.1 | 101.42 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 176 | 0 | 0.15 | 0.31 | 0 | 30.38 | 1 | 0.85 |
| Hex | FF | D8 | B0 | 0 | F | 1F | 0 | 1E | 64 | 55 |
| Octal | 377 | 330 | 260 | 0 | 17 | 37 | 0 | 36 | 144 | 125 |
| Binary | 11111111 | 11011000 | 10110000 | 0 | 1111 | 11111 | 0 | 11110 | 1100100 | 1010101 |
Color Harmonies of #FFD8B0
Complementary color
Monochromatic Colors of #FFD8B0
Black with #FFD8B0
Text Example
Text Example
White with #FFD8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8B0; }
p { color: rgb(255,216,176); }
H1.HeaderClassName
{
color: #FFD8B0;
}
.AnyTagClassName
{
color: #FFD8B0;
}
</style>
background-color css
<style>
a { background-color: #FFD8B0; }
a { background-color: rgb(255,216,176); }
div.DivClassName
{
background-color: #FFD8B0;
}
.BgClassName
{
background-color: #FFD8B0;
}
</style>
border-color css
<style>
span { border-color: #FFD8B0; }
span { border-color: rgb(255,216,176); }
td.TdClassName
{
border-color: #FFD8B0;
}
.TagClassName
{
border-color: #FFD8B0;
}
</style>