Shades of Sandy Beach #FCD6B2
Tints of Sandy Beach #FCD6B2
RGB
CMYK
RGB Variations
Color information
#FCD6B2 (or 0xFCD6B2) is known color: Sandy Beach. HEX triplet: FC, D6 and B2. RGB value is (252,214,178). Sum of RGB (Red+Green+Blue) = 252+214+178=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6B2 is #03294D. Grayscale: #DDDDDD. Windows color (decimal): -207182 or 11720444. OLE color: 11720444.
HSL color Cylindrical-coordinate representation of color #FCD6B2: hue angle of 29.19º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCD6B2 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 178 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.01 |
| HSL | 29.19º | 0.93% | 0.84% | - |
| HSV(B) | 29.19º | 0.29% | 0.99% | - |
| XYZ | 72.23 | 72 | 52.21 | - |
| YUV | 221.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 178 | 0 | 0.15 | 0.29 | 0.01 | 29.19 | 0.93 | 0.84 |
| Hex | FC | D6 | B2 | 0 | F | 1D | 1 | 1D | 5C | 54 |
| Octal | 374 | 326 | 262 | 0 | 17 | 35 | 1 | 35 | 134 | 124 |
| Binary | 11111100 | 11010110 | 10110010 | 0 | 1111 | 11101 | 1 | 11101 | 1011100 | 1010100 |
Color Harmonies of #FCD6B2
Complementary color
Monochromatic Colors of #FCD6B2
Black with #FCD6B2
Text Example
Text Example
White with #FCD6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6B2; }
p { color: rgb(252,214,178); }
H1.HeaderClassName
{
color: #FCD6B2;
}
.AnyTagClassName
{
color: #FCD6B2;
}
</style>
background-color css
<style>
a { background-color: #FCD6B2; }
a { background-color: rgb(252,214,178); }
div.DivClassName
{
background-color: #FCD6B2;
}
.BgClassName
{
background-color: #FCD6B2;
}
</style>
border-color css
<style>
span { border-color: #FCD6B2; }
span { border-color: rgb(252,214,178); }
td.TdClassName
{
border-color: #FCD6B2;
}
.TagClassName
{
border-color: #FCD6B2;
}
</style>