Shades of Sandy Beach #FCDAB8
Tints of Sandy Beach #FCDAB8
RGB
CMYK
RGB Variations
Color information
#FCDAB8 (or 0xFCDAB8) is known color: Sandy Beach. HEX triplet: FC, DA and B8. RGB value is (252,218,184). Sum of RGB (Red+Green+Blue) = 252+218+184=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 184 (72.27% from 255 or 28.13% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAB8 is #032547. Grayscale: #E0E0E0. Windows color (decimal): -206152 or 12114684. OLE color: 12114684.
HSL color Cylindrical-coordinate representation of color #FCDAB8: hue angle of 30º 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 #FCDAB8 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 184 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.01 |
| HSL | 30º | 0.92% | 0.85% | - |
| HSV(B) | 30º | 0.27% | 0.99% | - |
| XYZ | 73.87 | 74.3 | 55.8 | - |
| YUV | 224.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 184 | 0 | 0.13 | 0.27 | 0.01 | 30 | 0.92 | 0.85 |
| Hex | FC | DA | B8 | 0 | D | 1B | 1 | 1E | 5C | 55 |
| Octal | 374 | 332 | 270 | 0 | 15 | 33 | 1 | 36 | 134 | 125 |
| Binary | 11111100 | 11011010 | 10111000 | 0 | 1101 | 11011 | 1 | 11110 | 1011100 | 1010101 |
Color Harmonies of #FCDAB8
Complementary color
Monochromatic Colors of #FCDAB8
Black with #FCDAB8
Text Example
Text Example
White with #FCDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAB8; }
p { color: rgb(252,218,184); }
H1.HeaderClassName
{
color: #FCDAB8;
}
.AnyTagClassName
{
color: #FCDAB8;
}
</style>
background-color css
<style>
a { background-color: #FCDAB8; }
a { background-color: rgb(252,218,184); }
div.DivClassName
{
background-color: #FCDAB8;
}
.BgClassName
{
background-color: #FCDAB8;
}
</style>
border-color css
<style>
span { border-color: #FCDAB8; }
span { border-color: rgb(252,218,184); }
td.TdClassName
{
border-color: #FCDAB8;
}
.TagClassName
{
border-color: #FCDAB8;
}
</style>