Shades of Sandy Beach #FCE0BA
Tints of Sandy Beach #FCE0BA
RGB
CMYK
RGB Variations
Color information
#FCE0BA (or 0xFCE0BA) is known color: Sandy Beach. HEX triplet: FC, E0 and BA. RGB value is (252,224,186). Sum of RGB (Red+Green+Blue) = 252+224+186=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0BA is #031F45. Grayscale: #E4E4E4. Windows color (decimal): -204614 or 12247292. OLE color: 12247292.
HSL color Cylindrical-coordinate representation of color #FCE0BA: hue angle of 34.55º 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 #FCE0BA is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 186 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.01 |
| HSL | 34.55º | 0.92% | 0.86% | - |
| HSV(B) | 34.55º | 0.26% | 0.99% | - |
| XYZ | 75.66 | 77.55 | 57.44 | - |
| YUV | 228.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 186 | 0 | 0.11 | 0.26 | 0.01 | 34.55 | 0.92 | 0.86 |
| Hex | FC | E0 | BA | 0 | B | 1A | 1 | 23 | 5C | 56 |
| Octal | 374 | 340 | 272 | 0 | 13 | 32 | 1 | 43 | 134 | 126 |
| Binary | 11111100 | 11100000 | 10111010 | 0 | 1011 | 11010 | 1 | 100011 | 1011100 | 1010110 |
Color Harmonies of #FCE0BA
Complementary color
Monochromatic Colors of #FCE0BA
Black with #FCE0BA
Text Example
Text Example
White with #FCE0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0BA; }
p { color: rgb(252,224,186); }
H1.HeaderClassName
{
color: #FCE0BA;
}
.AnyTagClassName
{
color: #FCE0BA;
}
</style>
background-color css
<style>
a { background-color: #FCE0BA; }
a { background-color: rgb(252,224,186); }
div.DivClassName
{
background-color: #FCE0BA;
}
.BgClassName
{
background-color: #FCE0BA;
}
</style>
border-color css
<style>
span { border-color: #FCE0BA; }
span { border-color: rgb(252,224,186); }
td.TdClassName
{
border-color: #FCE0BA;
}
.TagClassName
{
border-color: #FCE0BA;
}
</style>