Shades of Sandy Beach #FADAB9
Tints of Sandy Beach #FADAB9
RGB
CMYK
RGB Variations
Color information
#FADAB9 (or 0xFADAB9) is known color: Sandy Beach. HEX triplet: FA, DA and B9. RGB value is (250,218,185). Sum of RGB (Red+Green+Blue) = 250+218+185=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 185 (72.66% from 255 or 28.33% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAB9 is #052546. Grayscale: #DFDFDF. Windows color (decimal): -337223 or 12180218. OLE color: 12180218.
HSL color Cylindrical-coordinate representation of color #FADAB9: hue angle of 30.46º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FADAB9 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 185 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.02 |
| HSL | 30.46º | 0.87% | 0.85% | - |
| HSV(B) | 30.46º | 0.26% | 0.98% | - |
| XYZ | 73.25 | 73.97 | 56.32 | - |
| YUV | 223.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 185 | 0 | 0.13 | 0.26 | 0.02 | 30.46 | 0.87 | 0.85 |
| Hex | FA | DA | B9 | 0 | D | 1A | 2 | 1E | 57 | 55 |
| Octal | 372 | 332 | 271 | 0 | 15 | 32 | 2 | 36 | 127 | 125 |
| Binary | 11111010 | 11011010 | 10111001 | 0 | 1101 | 11010 | 10 | 11110 | 1010111 | 1010101 |
Color Harmonies of #FADAB9
Complementary color
Monochromatic Colors of #FADAB9
Black with #FADAB9
Text Example
Text Example
White with #FADAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAB9; }
p { color: rgb(250,218,185); }
H1.HeaderClassName
{
color: #FADAB9;
}
.AnyTagClassName
{
color: #FADAB9;
}
</style>
background-color css
<style>
a { background-color: #FADAB9; }
a { background-color: rgb(250,218,185); }
div.DivClassName
{
background-color: #FADAB9;
}
.BgClassName
{
background-color: #FADAB9;
}
</style>
border-color css
<style>
span { border-color: #FADAB9; }
span { border-color: rgb(250,218,185); }
td.TdClassName
{
border-color: #FADAB9;
}
.TagClassName
{
border-color: #FADAB9;
}
</style>