Shades of Sandy Beach #FCD9B7
Tints of Sandy Beach #FCD9B7
RGB
CMYK
RGB Variations
Color information
#FCD9B7 (or 0xFCD9B7) is known color: Sandy Beach. HEX triplet: FC, D9 and B7. RGB value is (252,217,183). Sum of RGB (Red+Green+Blue) = 252+217+183=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 183 (71.88% from 255 or 28.07% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9B7 is #032648. Grayscale: #DFDFDF. Windows color (decimal): -206409 or 12048892. OLE color: 12048892.
HSL color Cylindrical-coordinate representation of color #FCD9B7: hue angle of 29.57º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCD9B7 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 183 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.01 |
| HSL | 29.57º | 0.92% | 0.85% | - |
| HSV(B) | 29.57º | 0.27% | 0.99% | - |
| XYZ | 73.5 | 73.74 | 55.16 | - |
| YUV | 223.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 183 | 0 | 0.14 | 0.27 | 0.01 | 29.57 | 0.92 | 0.85 |
| Hex | FC | D9 | B7 | 0 | E | 1B | 1 | 1E | 5C | 55 |
| Octal | 374 | 331 | 267 | 0 | 16 | 33 | 1 | 36 | 134 | 125 |
| Binary | 11111100 | 11011001 | 10110111 | 0 | 1110 | 11011 | 1 | 11110 | 1011100 | 1010101 |
Color Harmonies of #FCD9B7
Complementary color
Monochromatic Colors of #FCD9B7
Black with #FCD9B7
Text Example
Text Example
White with #FCD9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9B7; }
p { color: rgb(252,217,183); }
H1.HeaderClassName
{
color: #FCD9B7;
}
.AnyTagClassName
{
color: #FCD9B7;
}
</style>
background-color css
<style>
a { background-color: #FCD9B7; }
a { background-color: rgb(252,217,183); }
div.DivClassName
{
background-color: #FCD9B7;
}
.BgClassName
{
background-color: #FCD9B7;
}
</style>
border-color css
<style>
span { border-color: #FCD9B7; }
span { border-color: rgb(252,217,183); }
td.TdClassName
{
border-color: #FCD9B7;
}
.TagClassName
{
border-color: #FCD9B7;
}
</style>