Shades of Sandy Beach #FFDBB5
Tints of Sandy Beach #FFDBB5
RGB
CMYK
RGB Variations
Color information
#FFDBB5 (or 0xFFDBB5) is known color: Sandy Beach. HEX triplet: FF, DB and B5. RGB value is (255,219,181). Sum of RGB (Red+Green+Blue) = 255+219+181=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBB5 is #00244A. Grayscale: #E1E1E1. Windows color (decimal): -9291 or 11918335. OLE color: 11918335.
HSL color Cylindrical-coordinate representation of color #FFDBB5: hue angle of 30.81º 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 #FFDBB5 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 181 | - |
| CMYK | 0 | 0.14 | 0.29 | 0 |
| HSL | 30.81º | 1% | 0.85% | - |
| HSV(B) | 30.81º | 0.29% | 1% | - |
| XYZ | 74.91 | 75.26 | 54.29 | - |
| YUV | 225.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 181 | 0 | 0.14 | 0.29 | 0 | 30.81 | 1 | 0.85 |
| Hex | FF | DB | B5 | 0 | E | 1D | 0 | 1F | 64 | 55 |
| Octal | 377 | 333 | 265 | 0 | 16 | 35 | 0 | 37 | 144 | 125 |
| Binary | 11111111 | 11011011 | 10110101 | 0 | 1110 | 11101 | 0 | 11111 | 1100100 | 1010101 |
Color Harmonies of #FFDBB5
Complementary color
Monochromatic Colors of #FFDBB5
Black with #FFDBB5
Text Example
Text Example
White with #FFDBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBB5; }
p { color: rgb(255,219,181); }
H1.HeaderClassName
{
color: #FFDBB5;
}
.AnyTagClassName
{
color: #FFDBB5;
}
</style>
background-color css
<style>
a { background-color: #FFDBB5; }
a { background-color: rgb(255,219,181); }
div.DivClassName
{
background-color: #FFDBB5;
}
.BgClassName
{
background-color: #FFDBB5;
}
</style>
border-color css
<style>
span { border-color: #FFDBB5; }
span { border-color: rgb(255,219,181); }
td.TdClassName
{
border-color: #FFDBB5;
}
.TagClassName
{
border-color: #FFDBB5;
}
</style>