Shades of Sandy Beach #FCDBB7
Tints of Sandy Beach #FCDBB7
RGB
CMYK
RGB Variations
Color information
#FCDBB7 (or 0xFCDBB7) is known color: Sandy Beach. HEX triplet: FC, DB and B7. RGB value is (252,219,183). Sum of RGB (Red+Green+Blue) = 252+219+183=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 183 (71.88% from 255 or 27.98% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBB7 is #032448. Grayscale: #E0E0E0. Windows color (decimal): -205897 or 12049404. OLE color: 12049404.
HSL color Cylindrical-coordinate representation of color #FCDBB7: hue angle of 31.3º 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 #FCDBB7 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 183 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.01 |
| HSL | 31.3º | 0.92% | 0.85% | - |
| HSV(B) | 31.3º | 0.27% | 0.99% | - |
| XYZ | 74.02 | 74.78 | 55.33 | - |
| YUV | 224.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 183 | 0 | 0.13 | 0.27 | 0.01 | 31.3 | 0.92 | 0.85 |
| Hex | FC | DB | B7 | 0 | D | 1B | 1 | 1F | 5C | 55 |
| Octal | 374 | 333 | 267 | 0 | 15 | 33 | 1 | 37 | 134 | 125 |
| Binary | 11111100 | 11011011 | 10110111 | 0 | 1101 | 11011 | 1 | 11111 | 1011100 | 1010101 |
Color Harmonies of #FCDBB7
Complementary color
Monochromatic Colors of #FCDBB7
Black with #FCDBB7
Text Example
Text Example
White with #FCDBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBB7; }
p { color: rgb(252,219,183); }
H1.HeaderClassName
{
color: #FCDBB7;
}
.AnyTagClassName
{
color: #FCDBB7;
}
</style>
background-color css
<style>
a { background-color: #FCDBB7; }
a { background-color: rgb(252,219,183); }
div.DivClassName
{
background-color: #FCDBB7;
}
.BgClassName
{
background-color: #FCDBB7;
}
</style>
border-color css
<style>
span { border-color: #FCDBB7; }
span { border-color: rgb(252,219,183); }
td.TdClassName
{
border-color: #FCDBB7;
}
.TagClassName
{
border-color: #FCDBB7;
}
</style>