Shades of Sandy Beach #FFDBB6
Tints of Sandy Beach #FFDBB6
RGB
CMYK
RGB Variations
Color information
#FFDBB6 (or 0xFFDBB6) is known color: Sandy Beach. HEX triplet: FF, DB and B6. RGB value is (255,219,182). Sum of RGB (Red+Green+Blue) = 255+219+182=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 182 (71.48% from 255 or 27.74% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBB6 is #002449. Grayscale: #E1E1E1. Windows color (decimal): -9290 or 11983871. OLE color: 11983871.
HSL color Cylindrical-coordinate representation of color #FFDBB6: hue angle of 30.41º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFDBB6 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 219 | 182 | - |
CMYK | 0 | 0.14 | 0.29 | 0 |
HSL | 30.41º | 1% | 0.86% | - |
HSV(B) | 30.41º | 0.29% | 1% | - |
XYZ | 75.02 | 75.3 | 54.84 | - |
YUV | 225.55 | 103.43 | 149.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 219 | 182 | 0 | 0.14 | 0.29 | 0 | 30.41 | 1 | 0.86 |
Hex | FF | DB | B6 | 0 | E | 1D | 0 | 1E | 64 | 56 |
Octal | 377 | 333 | 266 | 0 | 16 | 35 | 0 | 36 | 144 | 126 |
Binary | 11111111 | 11011011 | 10110110 | 0 | 1110 | 11101 | 0 | 11110 | 1100100 | 1010110 |
Color Harmonies of #FFDBB6
Complementary color
Monochromatic Colors of #FFDBB6
Black with #FFDBB6
Text Example
Text Example
White with #FFDBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBB6; }
p { color: rgb(255,219,182); }
H1.HeaderClassName
{
color: #FFDBB6;
}
.AnyTagClassName
{
color: #FFDBB6;
}
</style>
background-color css
<style>
a { background-color: #FFDBB6; }
a { background-color: rgb(255,219,182); }
div.DivClassName
{
background-color: #FFDBB6;
}
.BgClassName
{
background-color: #FFDBB6;
}
</style>
border-color css
<style>
span { border-color: #FFDBB6; }
span { border-color: rgb(255,219,182); }
td.TdClassName
{
border-color: #FFDBB6;
}
.TagClassName
{
border-color: #FFDBB6;
}
</style>