Shades of Sandy Beach #FCDBB8
Tints of Sandy Beach #FCDBB8
RGB
CMYK
RGB Variations
Color information
#FCDBB8 (or 0xFCDBB8) is known color: Sandy Beach. HEX triplet: FC, DB and B8. RGB value is (252,219,184). Sum of RGB (Red+Green+Blue) = 252+219+184=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 184 (72.27% from 255 or 28.09% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBB8 is #032447. Grayscale: #E1E1E1. Windows color (decimal): -205896 or 12114940. OLE color: 12114940.
HSL color Cylindrical-coordinate representation of color #FCDBB8: hue angle of 30.88º 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 #FCDBB8 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 184 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.01 |
| HSL | 30.88º | 0.92% | 0.85% | - |
| HSV(B) | 30.88º | 0.27% | 0.99% | - |
| XYZ | 74.13 | 74.82 | 55.88 | - |
| YUV | 224.88 | 104.93 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 184 | 0 | 0.13 | 0.27 | 0.01 | 30.88 | 0.92 | 0.85 |
| Hex | FC | DB | B8 | 0 | D | 1B | 1 | 1F | 5C | 55 |
| Octal | 374 | 333 | 270 | 0 | 15 | 33 | 1 | 37 | 134 | 125 |
| Binary | 11111100 | 11011011 | 10111000 | 0 | 1101 | 11011 | 1 | 11111 | 1011100 | 1010101 |
Color Harmonies of #FCDBB8
Complementary color
Monochromatic Colors of #FCDBB8
Black with #FCDBB8
Text Example
Text Example
White with #FCDBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBB8; }
p { color: rgb(252,219,184); }
H1.HeaderClassName
{
color: #FCDBB8;
}
.AnyTagClassName
{
color: #FCDBB8;
}
</style>
background-color css
<style>
a { background-color: #FCDBB8; }
a { background-color: rgb(252,219,184); }
div.DivClassName
{
background-color: #FCDBB8;
}
.BgClassName
{
background-color: #FCDBB8;
}
</style>
border-color css
<style>
span { border-color: #FCDBB8; }
span { border-color: rgb(252,219,184); }
td.TdClassName
{
border-color: #FCDBB8;
}
.TagClassName
{
border-color: #FCDBB8;
}
</style>