Shades of Sandy Beach #FADEBA
Tints of Sandy Beach #FADEBA
RGB
CMYK
RGB Variations
Color information
#FADEBA (or 0xFADEBA) is known color: Sandy Beach. HEX triplet: FA, DE and BA. RGB value is (250,222,186). Sum of RGB (Red+Green+Blue) = 250+222+186=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEBA is #052145. Grayscale: #E2E2E2. Windows color (decimal): -336198 or 12246778. OLE color: 12246778.
HSL color Cylindrical-coordinate representation of color #FADEBA: hue angle of 33.75º degrees, saturation: 0.86, 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 #FADEBA is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 186 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.02 |
| HSL | 33.75º | 0.86% | 0.85% | - |
| HSV(B) | 33.75º | 0.26% | 0.98% | - |
| XYZ | 74.41 | 76.11 | 57.22 | - |
| YUV | 226.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 186 | 0 | 0.11 | 0.26 | 0.02 | 33.75 | 0.86 | 0.85 |
| Hex | FA | DE | BA | 0 | B | 1A | 2 | 22 | 56 | 55 |
| Octal | 372 | 336 | 272 | 0 | 13 | 32 | 2 | 42 | 126 | 125 |
| Binary | 11111010 | 11011110 | 10111010 | 0 | 1011 | 11010 | 10 | 100010 | 1010110 | 1010101 |
Color Harmonies of #FADEBA
Complementary color
Monochromatic Colors of #FADEBA
Black with #FADEBA
Text Example
Text Example
White with #FADEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEBA; }
p { color: rgb(250,222,186); }
H1.HeaderClassName
{
color: #FADEBA;
}
.AnyTagClassName
{
color: #FADEBA;
}
</style>
background-color css
<style>
a { background-color: #FADEBA; }
a { background-color: rgb(250,222,186); }
div.DivClassName
{
background-color: #FADEBA;
}
.BgClassName
{
background-color: #FADEBA;
}
</style>
border-color css
<style>
span { border-color: #FADEBA; }
span { border-color: rgb(250,222,186); }
td.TdClassName
{
border-color: #FADEBA;
}
.TagClassName
{
border-color: #FADEBA;
}
</style>