Shades of Sandy Beach #FCDEBA
Tints of Sandy Beach #FCDEBA
RGB
CMYK
RGB Variations
Color information
#FCDEBA (or 0xFCDEBA) is known color: Sandy Beach. HEX triplet: FC, DE and BA. RGB value is (252,222,186). Sum of RGB (Red+Green+Blue) = 252+222+186=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEBA is #032145. Grayscale: #E3E3E3. Windows color (decimal): -205126 or 12246780. OLE color: 12246780.
HSL color Cylindrical-coordinate representation of color #FCDEBA: hue angle of 32.73º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCDEBA is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 186 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.01 |
| HSL | 32.73º | 0.92% | 0.86% | - |
| HSV(B) | 32.73º | 0.26% | 0.99% | - |
| XYZ | 75.13 | 76.48 | 57.26 | - |
| YUV | 226.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 186 | 0 | 0.12 | 0.26 | 0.01 | 32.73 | 0.92 | 0.86 |
| Hex | FC | DE | BA | 0 | C | 1A | 1 | 21 | 5C | 56 |
| Octal | 374 | 336 | 272 | 0 | 14 | 32 | 1 | 41 | 134 | 126 |
| Binary | 11111100 | 11011110 | 10111010 | 0 | 1100 | 11010 | 1 | 100001 | 1011100 | 1010110 |
Color Harmonies of #FCDEBA
Complementary color
Monochromatic Colors of #FCDEBA
Black with #FCDEBA
Text Example
Text Example
White with #FCDEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEBA; }
p { color: rgb(252,222,186); }
H1.HeaderClassName
{
color: #FCDEBA;
}
.AnyTagClassName
{
color: #FCDEBA;
}
</style>
background-color css
<style>
a { background-color: #FCDEBA; }
a { background-color: rgb(252,222,186); }
div.DivClassName
{
background-color: #FCDEBA;
}
.BgClassName
{
background-color: #FCDEBA;
}
</style>
border-color css
<style>
span { border-color: #FCDEBA; }
span { border-color: rgb(252,222,186); }
td.TdClassName
{
border-color: #FCDEBA;
}
.TagClassName
{
border-color: #FCDEBA;
}
</style>