Shades of Sandy Beach #FADAB7
Tints of Sandy Beach #FADAB7
RGB
CMYK
RGB Variations
Color information
#FADAB7 (or 0xFADAB7) is known color: Sandy Beach. HEX triplet: FA, DA and B7. RGB value is (250,218,183). Sum of RGB (Red+Green+Blue) = 250+218+183=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 183 (71.88% from 255 or 28.11% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAB7 is #052548. Grayscale: #DFDFDF. Windows color (decimal): -337225 or 12049146. OLE color: 12049146.
HSL color Cylindrical-coordinate representation of color #FADAB7: hue angle of 31.34º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FADAB7 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 183 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.02 |
| HSL | 31.34º | 0.87% | 0.85% | - |
| HSV(B) | 31.34º | 0.27% | 0.98% | - |
| XYZ | 73.04 | 73.89 | 55.21 | - |
| YUV | 223.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 183 | 0 | 0.13 | 0.27 | 0.02 | 31.34 | 0.87 | 0.85 |
| Hex | FA | DA | B7 | 0 | D | 1B | 2 | 1F | 57 | 55 |
| Octal | 372 | 332 | 267 | 0 | 15 | 33 | 2 | 37 | 127 | 125 |
| Binary | 11111010 | 11011010 | 10110111 | 0 | 1101 | 11011 | 10 | 11111 | 1010111 | 1010101 |
Color Harmonies of #FADAB7
Complementary color
Monochromatic Colors of #FADAB7
Black with #FADAB7
Text Example
Text Example
White with #FADAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAB7; }
p { color: rgb(250,218,183); }
H1.HeaderClassName
{
color: #FADAB7;
}
.AnyTagClassName
{
color: #FADAB7;
}
</style>
background-color css
<style>
a { background-color: #FADAB7; }
a { background-color: rgb(250,218,183); }
div.DivClassName
{
background-color: #FADAB7;
}
.BgClassName
{
background-color: #FADAB7;
}
</style>
border-color css
<style>
span { border-color: #FADAB7; }
span { border-color: rgb(250,218,183); }
td.TdClassName
{
border-color: #FADAB7;
}
.TagClassName
{
border-color: #FADAB7;
}
</style>