Shades of Sandy Beach #FCD7B0
Tints of Sandy Beach #FCD7B0
RGB
CMYK
RGB Variations
Color information
#FCD7B0 (or 0xFCD7B0) is known color: Sandy Beach. HEX triplet: FC, D7 and B0. RGB value is (252,215,176). Sum of RGB (Red+Green+Blue) = 252+215+176=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD7B0 is #03284F. Grayscale: #DDDDDD. Windows color (decimal): -206928 or 11589628. OLE color: 11589628.
HSL color Cylindrical-coordinate representation of color #FCD7B0: hue angle of 30.79º 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 #FCD7B0 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 176 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.01 |
| HSL | 30.79º | 0.93% | 0.84% | - |
| HSV(B) | 30.79º | 0.3% | 0.99% | - |
| XYZ | 72.28 | 72.43 | 51.25 | - |
| YUV | 221.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 176 | 0 | 0.15 | 0.30 | 0.01 | 30.79 | 0.93 | 0.84 |
| Hex | FC | D7 | B0 | 0 | F | 1E | 1 | 1F | 5D | 54 |
| Octal | 374 | 327 | 260 | 0 | 17 | 36 | 1 | 37 | 135 | 124 |
| Binary | 11111100 | 11010111 | 10110000 | 0 | 1111 | 11110 | 1 | 11111 | 1011101 | 1010100 |
Color Harmonies of #FCD7B0
Complementary color
Monochromatic Colors of #FCD7B0
Black with #FCD7B0
Text Example
Text Example
White with #FCD7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7B0; }
p { color: rgb(252,215,176); }
H1.HeaderClassName
{
color: #FCD7B0;
}
.AnyTagClassName
{
color: #FCD7B0;
}
</style>
background-color css
<style>
a { background-color: #FCD7B0; }
a { background-color: rgb(252,215,176); }
div.DivClassName
{
background-color: #FCD7B0;
}
.BgClassName
{
background-color: #FCD7B0;
}
</style>
border-color css
<style>
span { border-color: #FCD7B0; }
span { border-color: rgb(252,215,176); }
td.TdClassName
{
border-color: #FCD7B0;
}
.TagClassName
{
border-color: #FCD7B0;
}
</style>