Shades of Sandy Beach #FADBBB
Tints of Sandy Beach #FADBBB
RGB
CMYK
RGB Variations
Color information
#FADBBB (or 0xFADBBB) is known color: Sandy Beach. HEX triplet: FA, DB and BB. RGB value is (250,219,187). Sum of RGB (Red+Green+Blue) = 250+219+187=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBBB is #052444. Grayscale: #E0E0E0. Windows color (decimal): -336965 or 12311546. OLE color: 12311546.
HSL color Cylindrical-coordinate representation of color #FADBBB: hue angle of 30.48º 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 #FADBBB is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 187 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.02 |
| HSL | 30.48º | 0.86% | 0.86% | - |
| HSV(B) | 30.48º | 0.25% | 0.98% | - |
| XYZ | 73.73 | 74.57 | 57.52 | - |
| YUV | 224.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 187 | 0 | 0.12 | 0.25 | 0.02 | 30.48 | 0.86 | 0.86 |
| Hex | FA | DB | BB | 0 | C | 19 | 2 | 1E | 56 | 56 |
| Octal | 372 | 333 | 273 | 0 | 14 | 31 | 2 | 36 | 126 | 126 |
| Binary | 11111010 | 11011011 | 10111011 | 0 | 1100 | 11001 | 10 | 11110 | 1010110 | 1010110 |
Color Harmonies of #FADBBB
Complementary color
Monochromatic Colors of #FADBBB
Black with #FADBBB
Text Example
Text Example
White with #FADBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBBB; }
p { color: rgb(250,219,187); }
H1.HeaderClassName
{
color: #FADBBB;
}
.AnyTagClassName
{
color: #FADBBB;
}
</style>
background-color css
<style>
a { background-color: #FADBBB; }
a { background-color: rgb(250,219,187); }
div.DivClassName
{
background-color: #FADBBB;
}
.BgClassName
{
background-color: #FADBBB;
}
</style>
border-color css
<style>
span { border-color: #FADBBB; }
span { border-color: rgb(250,219,187); }
td.TdClassName
{
border-color: #FADBBB;
}
.TagClassName
{
border-color: #FADBBB;
}
</style>