Shades of Sandy Beach #FCD6B0
Tints of Sandy Beach #FCD6B0
RGB
CMYK
RGB Variations
Color information
#FCD6B0 (or 0xFCD6B0) is known color: Sandy Beach. HEX triplet: FC, D6 and B0. RGB value is (252,214,176). Sum of RGB (Red+Green+Blue) = 252+214+176=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 176 (69.14% from 255 or 27.41% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6B0 is #03294F. Grayscale: #DDDDDD. Windows color (decimal): -207184 or 11589372. OLE color: 11589372.
HSL color Cylindrical-coordinate representation of color #FCD6B0: hue angle of 30º 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 #FCD6B0 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 176 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.01 |
| HSL | 30º | 0.93% | 0.84% | - |
| HSV(B) | 30º | 0.3% | 0.99% | - |
| XYZ | 72.03 | 71.92 | 51.16 | - |
| YUV | 221.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 176 | 0 | 0.15 | 0.30 | 0.01 | 30 | 0.93 | 0.84 |
| Hex | FC | D6 | B0 | 0 | F | 1E | 1 | 1E | 5D | 54 |
| Octal | 374 | 326 | 260 | 0 | 17 | 36 | 1 | 36 | 135 | 124 |
| Binary | 11111100 | 11010110 | 10110000 | 0 | 1111 | 11110 | 1 | 11110 | 1011101 | 1010100 |
Color Harmonies of #FCD6B0
Complementary color
Monochromatic Colors of #FCD6B0
Black with #FCD6B0
Text Example
Text Example
White with #FCD6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6B0; }
p { color: rgb(252,214,176); }
H1.HeaderClassName
{
color: #FCD6B0;
}
.AnyTagClassName
{
color: #FCD6B0;
}
</style>
background-color css
<style>
a { background-color: #FCD6B0; }
a { background-color: rgb(252,214,176); }
div.DivClassName
{
background-color: #FCD6B0;
}
.BgClassName
{
background-color: #FCD6B0;
}
</style>
border-color css
<style>
span { border-color: #FCD6B0; }
span { border-color: rgb(252,214,176); }
td.TdClassName
{
border-color: #FCD6B0;
}
.TagClassName
{
border-color: #FCD6B0;
}
</style>