Shades of Sandy Beach #FCD8B2
Tints of Sandy Beach #FCD8B2
RGB
CMYK
RGB Variations
Color information
#FCD8B2 (or 0xFCD8B2) is known color: Sandy Beach. HEX triplet: FC, D8 and B2. RGB value is (252,216,178). Sum of RGB (Red+Green+Blue) = 252+216+178=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8B2 is #03274D. Grayscale: #DEDEDE. Windows color (decimal): -206670 or 11720956. OLE color: 11720956.
HSL color Cylindrical-coordinate representation of color #FCD8B2: hue angle of 30.81º 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 #FCD8B2 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 178 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.01 |
| HSL | 30.81º | 0.93% | 0.84% | - |
| HSV(B) | 30.81º | 0.29% | 0.99% | - |
| XYZ | 72.74 | 73.02 | 52.38 | - |
| YUV | 222.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 178 | 0 | 0.14 | 0.29 | 0.01 | 30.81 | 0.93 | 0.84 |
| Hex | FC | D8 | B2 | 0 | E | 1D | 1 | 1F | 5C | 54 |
| Octal | 374 | 330 | 262 | 0 | 16 | 35 | 1 | 37 | 134 | 124 |
| Binary | 11111100 | 11011000 | 10110010 | 0 | 1110 | 11101 | 1 | 11111 | 1011100 | 1010100 |
Color Harmonies of #FCD8B2
Complementary color
Monochromatic Colors of #FCD8B2
Black with #FCD8B2
Text Example
Text Example
White with #FCD8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8B2; }
p { color: rgb(252,216,178); }
H1.HeaderClassName
{
color: #FCD8B2;
}
.AnyTagClassName
{
color: #FCD8B2;
}
</style>
background-color css
<style>
a { background-color: #FCD8B2; }
a { background-color: rgb(252,216,178); }
div.DivClassName
{
background-color: #FCD8B2;
}
.BgClassName
{
background-color: #FCD8B2;
}
</style>
border-color css
<style>
span { border-color: #FCD8B2; }
span { border-color: rgb(252,216,178); }
td.TdClassName
{
border-color: #FCD8B2;
}
.TagClassName
{
border-color: #FCD8B2;
}
</style>