Shades of Sandy Beach #FADDBB
Tints of Sandy Beach #FADDBB
RGB
CMYK
RGB Variations
Color information
#FADDBB (or 0xFADDBB) is known color: Sandy Beach. HEX triplet: FA, DD and BB. RGB value is (250,221,187). Sum of RGB (Red+Green+Blue) = 250+221+187=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDBB is #052244. Grayscale: #E1E1E1. Windows color (decimal): -336453 or 12312058. OLE color: 12312058.
HSL color Cylindrical-coordinate representation of color #FADDBB: hue angle of 32.38º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FADDBB is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 187 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.02 |
| HSL | 32.38º | 0.86% | 0.86% | - |
| HSV(B) | 32.38º | 0.25% | 0.98% | - |
| XYZ | 74.25 | 75.62 | 57.7 | - |
| YUV | 225.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 187 | 0 | 0.12 | 0.25 | 0.02 | 32.38 | 0.86 | 0.86 |
| Hex | FA | DD | BB | 0 | C | 19 | 2 | 20 | 56 | 56 |
| Octal | 372 | 335 | 273 | 0 | 14 | 31 | 2 | 40 | 126 | 126 |
| Binary | 11111010 | 11011101 | 10111011 | 0 | 1100 | 11001 | 10 | 100000 | 1010110 | 1010110 |
Color Harmonies of #FADDBB
Complementary color
Monochromatic Colors of #FADDBB
Black with #FADDBB
Text Example
Text Example
White with #FADDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDBB; }
p { color: rgb(250,221,187); }
H1.HeaderClassName
{
color: #FADDBB;
}
.AnyTagClassName
{
color: #FADDBB;
}
</style>
background-color css
<style>
a { background-color: #FADDBB; }
a { background-color: rgb(250,221,187); }
div.DivClassName
{
background-color: #FADDBB;
}
.BgClassName
{
background-color: #FADDBB;
}
</style>
border-color css
<style>
span { border-color: #FADDBB; }
span { border-color: rgb(250,221,187); }
td.TdClassName
{
border-color: #FADDBB;
}
.TagClassName
{
border-color: #FADDBB;
}
</style>