Shades of Sandy Beach #FADAB2
Tints of Sandy Beach #FADAB2
RGB
CMYK
RGB Variations
Color information
#FADAB2 (or 0xFADAB2) is known color: Sandy Beach. HEX triplet: FA, DA and B2. RGB value is (250,218,178). Sum of RGB (Red+Green+Blue) = 250+218+178=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAB2 is #05254D. Grayscale: #DFDFDF. Windows color (decimal): -337230 or 11721466. OLE color: 11721466.
HSL color Cylindrical-coordinate representation of color #FADAB2: hue angle of 33.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FADAB2 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 178 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.02 |
| HSL | 33.33º | 0.88% | 0.84% | - |
| HSV(B) | 33.33º | 0.29% | 0.98% | - |
| XYZ | 72.53 | 73.68 | 52.52 | - |
| YUV | 223.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 178 | 0 | 0.13 | 0.29 | 0.02 | 33.33 | 0.88 | 0.84 |
| Hex | FA | DA | B2 | 0 | D | 1D | 2 | 21 | 58 | 54 |
| Octal | 372 | 332 | 262 | 0 | 15 | 35 | 2 | 41 | 130 | 124 |
| Binary | 11111010 | 11011010 | 10110010 | 0 | 1101 | 11101 | 10 | 100001 | 1011000 | 1010100 |
Color Harmonies of #FADAB2
Complementary color
Monochromatic Colors of #FADAB2
Black with #FADAB2
Text Example
Text Example
White with #FADAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAB2; }
p { color: rgb(250,218,178); }
H1.HeaderClassName
{
color: #FADAB2;
}
.AnyTagClassName
{
color: #FADAB2;
}
</style>
background-color css
<style>
a { background-color: #FADAB2; }
a { background-color: rgb(250,218,178); }
div.DivClassName
{
background-color: #FADAB2;
}
.BgClassName
{
background-color: #FADAB2;
}
</style>
border-color css
<style>
span { border-color: #FADAB2; }
span { border-color: rgb(250,218,178); }
td.TdClassName
{
border-color: #FADAB2;
}
.TagClassName
{
border-color: #FADAB2;
}
</style>