Shades of Sandy Beach #FCD9B0
Tints of Sandy Beach #FCD9B0
RGB
CMYK
RGB Variations
Color information
#FCD9B0 (or 0xFCD9B0) is known color: Sandy Beach. HEX triplet: FC, D9 and B0. RGB value is (252,217,176). Sum of RGB (Red+Green+Blue) = 252+217+176=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 176 (69.14% from 255 or 27.29% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD9B0 is #03264F. Grayscale: #DEDEDE. Windows color (decimal): -206416 or 11590140. OLE color: 11590140.
HSL color Cylindrical-coordinate representation of color #FCD9B0: hue angle of 32.37º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCD9B0 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 176 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.01 |
| HSL | 32.37º | 0.93% | 0.84% | - |
| HSV(B) | 32.37º | 0.3% | 0.99% | - |
| XYZ | 72.79 | 73.46 | 51.42 | - |
| YUV | 222.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 176 | 0 | 0.14 | 0.30 | 0.01 | 32.37 | 0.93 | 0.84 |
| Hex | FC | D9 | B0 | 0 | E | 1E | 1 | 20 | 5D | 54 |
| Octal | 374 | 331 | 260 | 0 | 16 | 36 | 1 | 40 | 135 | 124 |
| Binary | 11111100 | 11011001 | 10110000 | 0 | 1110 | 11110 | 1 | 100000 | 1011101 | 1010100 |
Color Harmonies of #FCD9B0
Complementary color
Monochromatic Colors of #FCD9B0
Black with #FCD9B0
Text Example
Text Example
White with #FCD9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9B0; }
p { color: rgb(252,217,176); }
H1.HeaderClassName
{
color: #FCD9B0;
}
.AnyTagClassName
{
color: #FCD9B0;
}
</style>
background-color css
<style>
a { background-color: #FCD9B0; }
a { background-color: rgb(252,217,176); }
div.DivClassName
{
background-color: #FCD9B0;
}
.BgClassName
{
background-color: #FCD9B0;
}
</style>
border-color css
<style>
span { border-color: #FCD9B0; }
span { border-color: rgb(252,217,176); }
td.TdClassName
{
border-color: #FCD9B0;
}
.TagClassName
{
border-color: #FCD9B0;
}
</style>