Shades of Sandy Beach #FCD6AF
Tints of Sandy Beach #FCD6AF
RGB
CMYK
RGB Variations
Color information
#FCD6AF (or 0xFCD6AF) is known color: Sandy Beach. HEX triplet: FC, D6 and AF. RGB value is (252,214,175). Sum of RGB (Red+Green+Blue) = 252+214+175=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6AF is #032950. Grayscale: #DDDDDD. Windows color (decimal): -207185 or 11523836. OLE color: 11523836.
HSL color Cylindrical-coordinate representation of color #FCD6AF: hue angle of 30.39º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCD6AF is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 175 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.01 |
| HSL | 30.39º | 0.93% | 0.84% | - |
| HSV(B) | 30.39º | 0.31% | 0.99% | - |
| XYZ | 71.93 | 71.88 | 50.64 | - |
| YUV | 220.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 175 | 0 | 0.15 | 0.31 | 0.01 | 30.39 | 0.93 | 0.84 |
| Hex | FC | D6 | AF | 0 | F | 1F | 1 | 1E | 5D | 54 |
| Octal | 374 | 326 | 257 | 0 | 17 | 37 | 1 | 36 | 135 | 124 |
| Binary | 11111100 | 11010110 | 10101111 | 0 | 1111 | 11111 | 1 | 11110 | 1011101 | 1010100 |
Color Harmonies of #FCD6AF
Complementary color
Monochromatic Colors of #FCD6AF
Black with #FCD6AF
Text Example
Text Example
White with #FCD6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6AF; }
p { color: rgb(252,214,175); }
H1.HeaderClassName
{
color: #FCD6AF;
}
.AnyTagClassName
{
color: #FCD6AF;
}
</style>
background-color css
<style>
a { background-color: #FCD6AF; }
a { background-color: rgb(252,214,175); }
div.DivClassName
{
background-color: #FCD6AF;
}
.BgClassName
{
background-color: #FCD6AF;
}
</style>
border-color css
<style>
span { border-color: #FCD6AF; }
span { border-color: rgb(252,214,175); }
td.TdClassName
{
border-color: #FCD6AF;
}
.TagClassName
{
border-color: #FCD6AF;
}
</style>