Shades of Sandy Beach #FCDCB7
Tints of Sandy Beach #FCDCB7
RGB
CMYK
RGB Variations
Color information
#FCDCB7 (or 0xFCDCB7) is known color: Sandy Beach. HEX triplet: FC, DC and B7. RGB value is (252,220,183). Sum of RGB (Red+Green+Blue) = 252+220+183=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 183 (71.88% from 255 or 27.94% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCB7 is #032348. Grayscale: #E1E1E1. Windows color (decimal): -205641 or 12049660. OLE color: 12049660.
HSL color Cylindrical-coordinate representation of color #FCDCB7: hue angle of 32.17º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCDCB7 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 183 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.01 |
| HSL | 32.17º | 0.92% | 0.85% | - |
| HSV(B) | 32.17º | 0.27% | 0.99% | - |
| XYZ | 74.29 | 75.3 | 55.42 | - |
| YUV | 225.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 183 | 0 | 0.13 | 0.27 | 0.01 | 32.17 | 0.92 | 0.85 |
| Hex | FC | DC | B7 | 0 | D | 1B | 1 | 20 | 5C | 55 |
| Octal | 374 | 334 | 267 | 0 | 15 | 33 | 1 | 40 | 134 | 125 |
| Binary | 11111100 | 11011100 | 10110111 | 0 | 1101 | 11011 | 1 | 100000 | 1011100 | 1010101 |
Color Harmonies of #FCDCB7
Complementary color
Monochromatic Colors of #FCDCB7
Black with #FCDCB7
Text Example
Text Example
White with #FCDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCB7; }
p { color: rgb(252,220,183); }
H1.HeaderClassName
{
color: #FCDCB7;
}
.AnyTagClassName
{
color: #FCDCB7;
}
</style>
background-color css
<style>
a { background-color: #FCDCB7; }
a { background-color: rgb(252,220,183); }
div.DivClassName
{
background-color: #FCDCB7;
}
.BgClassName
{
background-color: #FCDCB7;
}
</style>
border-color css
<style>
span { border-color: #FCDCB7; }
span { border-color: rgb(252,220,183); }
td.TdClassName
{
border-color: #FCDCB7;
}
.TagClassName
{
border-color: #FCDCB7;
}
</style>