Shades of Sandy Beach #FCDCBB
Tints of Sandy Beach #FCDCBB
RGB
CMYK
RGB Variations
Color information
#FCDCBB (or 0xFCDCBB) is known color: Sandy Beach. HEX triplet: FC, DC and BB. RGB value is (252,220,187). Sum of RGB (Red+Green+Blue) = 252+220+187=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 187 (73.44% from 255 or 28.38% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCBB is #032344. Grayscale: #E1E1E1. Windows color (decimal): -205637 or 12311804. OLE color: 12311804.
HSL color Cylindrical-coordinate representation of color #FCDCBB: hue angle of 30.46º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCDCBB is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 187 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.01 |
| HSL | 30.46º | 0.92% | 0.86% | - |
| HSV(B) | 30.46º | 0.26% | 0.99% | - |
| XYZ | 74.71 | 75.47 | 57.64 | - |
| YUV | 225.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 187 | 0 | 0.13 | 0.26 | 0.01 | 30.46 | 0.92 | 0.86 |
| Hex | FC | DC | BB | 0 | D | 1A | 1 | 1E | 5C | 56 |
| Octal | 374 | 334 | 273 | 0 | 15 | 32 | 1 | 36 | 134 | 126 |
| Binary | 11111100 | 11011100 | 10111011 | 0 | 1101 | 11010 | 1 | 11110 | 1011100 | 1010110 |
Color Harmonies of #FCDCBB
Complementary color
Monochromatic Colors of #FCDCBB
Black with #FCDCBB
Text Example
Text Example
White with #FCDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCBB; }
p { color: rgb(252,220,187); }
H1.HeaderClassName
{
color: #FCDCBB;
}
.AnyTagClassName
{
color: #FCDCBB;
}
</style>
background-color css
<style>
a { background-color: #FCDCBB; }
a { background-color: rgb(252,220,187); }
div.DivClassName
{
background-color: #FCDCBB;
}
.BgClassName
{
background-color: #FCDCBB;
}
</style>
border-color css
<style>
span { border-color: #FCDCBB; }
span { border-color: rgb(252,220,187); }
td.TdClassName
{
border-color: #FCDCBB;
}
.TagClassName
{
border-color: #FCDCBB;
}
</style>