Shades of Sandy Beach #FFD8B4
Tints of Sandy Beach #FFD8B4
RGB
CMYK
RGB Variations
Color information
#FFD8B4 (or 0xFFD8B4) is known color: Sandy Beach. HEX triplet: FF, D8 and B4. RGB value is (255,216,180). Sum of RGB (Red+Green+Blue) = 255+216+180=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 180 (70.70% from 255 or 27.65% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8B4 is #00274B. Grayscale: #DFDFDF. Windows color (decimal): -10060 or 11852031. OLE color: 11852031.
HSL color Cylindrical-coordinate representation of color #FFD8B4: hue angle of 28.8º 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 #FFD8B4 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 180 | - |
| CMYK | 0 | 0.15 | 0.29 | 0 |
| HSL | 28.8º | 1% | 0.85% | - |
| HSV(B) | 28.8º | 0.29% | 1% | - |
| XYZ | 74.03 | 73.67 | 53.5 | - |
| YUV | 223.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 180 | 0 | 0.15 | 0.29 | 0 | 28.8 | 1 | 0.85 |
| Hex | FF | D8 | B4 | 0 | F | 1D | 0 | 1D | 64 | 55 |
| Octal | 377 | 330 | 264 | 0 | 17 | 35 | 0 | 35 | 144 | 125 |
| Binary | 11111111 | 11011000 | 10110100 | 0 | 1111 | 11101 | 0 | 11101 | 1100100 | 1010101 |
Color Harmonies of #FFD8B4
Complementary color
Monochromatic Colors of #FFD8B4
Black with #FFD8B4
Text Example
Text Example
White with #FFD8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8B4; }
p { color: rgb(255,216,180); }
H1.HeaderClassName
{
color: #FFD8B4;
}
.AnyTagClassName
{
color: #FFD8B4;
}
</style>
background-color css
<style>
a { background-color: #FFD8B4; }
a { background-color: rgb(255,216,180); }
div.DivClassName
{
background-color: #FFD8B4;
}
.BgClassName
{
background-color: #FFD8B4;
}
</style>
border-color css
<style>
span { border-color: #FFD8B4; }
span { border-color: rgb(255,216,180); }
td.TdClassName
{
border-color: #FFD8B4;
}
.TagClassName
{
border-color: #FFD8B4;
}
</style>