Shades of Sandy Beach #FFD7B2
Tints of Sandy Beach #FFD7B2
RGB
CMYK
RGB Variations
Color information
#FFD7B2 (or 0xFFD7B2) is known color: Sandy Beach. HEX triplet: FF, D7 and B2. RGB value is (255,215,178). Sum of RGB (Red+Green+Blue) = 255+215+178=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD7B2 is #00284D. Grayscale: #DEDEDE. Windows color (decimal): -10318 or 11720703. OLE color: 11720703.
HSL color Cylindrical-coordinate representation of color #FFD7B2: hue angle of 28.83º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFD7B2 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 178 | - |
| CMYK | 0 | 0.16 | 0.30 | 0 |
| HSL | 28.83º | 1% | 0.85% | - |
| HSV(B) | 28.83º | 0.3% | 1% | - |
| XYZ | 73.58 | 73.08 | 52.35 | - |
| YUV | 222.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 178 | 0 | 0.16 | 0.30 | 0 | 28.83 | 1 | 0.85 |
| Hex | FF | D7 | B2 | 0 | 10 | 1E | 0 | 1D | 64 | 55 |
| Octal | 377 | 327 | 262 | 0 | 20 | 36 | 0 | 35 | 144 | 125 |
| Binary | 11111111 | 11010111 | 10110010 | 0 | 10000 | 11110 | 0 | 11101 | 1100100 | 1010101 |
Color Harmonies of #FFD7B2
Complementary color
Monochromatic Colors of #FFD7B2
Black with #FFD7B2
Text Example
Text Example
White with #FFD7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7B2; }
p { color: rgb(255,215,178); }
H1.HeaderClassName
{
color: #FFD7B2;
}
.AnyTagClassName
{
color: #FFD7B2;
}
</style>
background-color css
<style>
a { background-color: #FFD7B2; }
a { background-color: rgb(255,215,178); }
div.DivClassName
{
background-color: #FFD7B2;
}
.BgClassName
{
background-color: #FFD7B2;
}
</style>
border-color css
<style>
span { border-color: #FFD7B2; }
span { border-color: rgb(255,215,178); }
td.TdClassName
{
border-color: #FFD7B2;
}
.TagClassName
{
border-color: #FFD7B2;
}
</style>