Shades of Sandy Beach #FCDEB7
Tints of Sandy Beach #FCDEB7
RGB
CMYK
RGB Variations
Color information
#FCDEB7 (or 0xFCDEB7) is known color: Sandy Beach. HEX triplet: FC, DE and B7. RGB value is (252,222,183). Sum of RGB (Red+Green+Blue) = 252+222+183=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 183 (71.88% from 255 or 27.85% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEB7 is #032148. Grayscale: #E2E2E2. Windows color (decimal): -205129 or 12050172. OLE color: 12050172.
HSL color Cylindrical-coordinate representation of color #FCDEB7: hue angle of 33.91º 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 #FCDEB7 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 183 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.01 |
| HSL | 33.91º | 0.92% | 0.85% | - |
| HSV(B) | 33.91º | 0.27% | 0.99% | - |
| XYZ | 74.81 | 76.36 | 55.6 | - |
| YUV | 226.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 183 | 0 | 0.12 | 0.27 | 0.01 | 33.91 | 0.92 | 0.85 |
| Hex | FC | DE | B7 | 0 | C | 1B | 1 | 22 | 5C | 55 |
| Octal | 374 | 336 | 267 | 0 | 14 | 33 | 1 | 42 | 134 | 125 |
| Binary | 11111100 | 11011110 | 10110111 | 0 | 1100 | 11011 | 1 | 100010 | 1011100 | 1010101 |
Color Harmonies of #FCDEB7
Complementary color
Monochromatic Colors of #FCDEB7
Black with #FCDEB7
Text Example
Text Example
White with #FCDEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEB7; }
p { color: rgb(252,222,183); }
H1.HeaderClassName
{
color: #FCDEB7;
}
.AnyTagClassName
{
color: #FCDEB7;
}
</style>
background-color css
<style>
a { background-color: #FCDEB7; }
a { background-color: rgb(252,222,183); }
div.DivClassName
{
background-color: #FCDEB7;
}
.BgClassName
{
background-color: #FCDEB7;
}
</style>
border-color css
<style>
span { border-color: #FCDEB7; }
span { border-color: rgb(252,222,183); }
td.TdClassName
{
border-color: #FCDEB7;
}
.TagClassName
{
border-color: #FCDEB7;
}
</style>