Shades of Sandy Beach #FADCBA
Tints of Sandy Beach #FADCBA
RGB
CMYK
RGB Variations
Color information
#FADCBA (or 0xFADCBA) is known color: Sandy Beach. HEX triplet: FA, DC and BA. RGB value is (250,220,186). Sum of RGB (Red+Green+Blue) = 250+220+186=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCBA is #052345. Grayscale: #E1E1E1. Windows color (decimal): -336710 or 12246266. OLE color: 12246266.
HSL color Cylindrical-coordinate representation of color #FADCBA: hue angle of 31.88º 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 #FADCBA is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 186 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.02 |
| HSL | 31.88º | 0.86% | 0.85% | - |
| HSV(B) | 31.88º | 0.26% | 0.98% | - |
| XYZ | 73.88 | 75.06 | 57.05 | - |
| YUV | 225.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 186 | 0 | 0.12 | 0.26 | 0.02 | 31.88 | 0.86 | 0.85 |
| Hex | FA | DC | BA | 0 | C | 1A | 2 | 20 | 56 | 55 |
| Octal | 372 | 334 | 272 | 0 | 14 | 32 | 2 | 40 | 126 | 125 |
| Binary | 11111010 | 11011100 | 10111010 | 0 | 1100 | 11010 | 10 | 100000 | 1010110 | 1010101 |
Color Harmonies of #FADCBA
Complementary color
Monochromatic Colors of #FADCBA
Black with #FADCBA
Text Example
Text Example
White with #FADCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCBA; }
p { color: rgb(250,220,186); }
H1.HeaderClassName
{
color: #FADCBA;
}
.AnyTagClassName
{
color: #FADCBA;
}
</style>
background-color css
<style>
a { background-color: #FADCBA; }
a { background-color: rgb(250,220,186); }
div.DivClassName
{
background-color: #FADCBA;
}
.BgClassName
{
background-color: #FADCBA;
}
</style>
border-color css
<style>
span { border-color: #FADCBA; }
span { border-color: rgb(250,220,186); }
td.TdClassName
{
border-color: #FADCBA;
}
.TagClassName
{
border-color: #FADCBA;
}
</style>