Shades of Sandy Beach #FCDAB7
Tints of Sandy Beach #FCDAB7
RGB
CMYK
RGB Variations
Color information
#FCDAB7 (or 0xFCDAB7) is known color: Sandy Beach. HEX triplet: FC, DA and B7. RGB value is (252,218,183). Sum of RGB (Red+Green+Blue) = 252+218+183=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 183 (71.88% from 255 or 28.02% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAB7 is #032548. Grayscale: #E0E0E0. Windows color (decimal): -206153 or 12049148. OLE color: 12049148.
HSL color Cylindrical-coordinate representation of color #FCDAB7: hue angle of 30.43º 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 #FCDAB7 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 183 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.01 |
| HSL | 30.43º | 0.92% | 0.85% | - |
| HSV(B) | 30.43º | 0.27% | 0.99% | - |
| XYZ | 73.76 | 74.26 | 55.25 | - |
| YUV | 224.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 183 | 0 | 0.13 | 0.27 | 0.01 | 30.43 | 0.92 | 0.85 |
| Hex | FC | DA | B7 | 0 | D | 1B | 1 | 1E | 5C | 55 |
| Octal | 374 | 332 | 267 | 0 | 15 | 33 | 1 | 36 | 134 | 125 |
| Binary | 11111100 | 11011010 | 10110111 | 0 | 1101 | 11011 | 1 | 11110 | 1011100 | 1010101 |
Color Harmonies of #FCDAB7
Complementary color
Monochromatic Colors of #FCDAB7
Black with #FCDAB7
Text Example
Text Example
White with #FCDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAB7; }
p { color: rgb(252,218,183); }
H1.HeaderClassName
{
color: #FCDAB7;
}
.AnyTagClassName
{
color: #FCDAB7;
}
</style>
background-color css
<style>
a { background-color: #FCDAB7; }
a { background-color: rgb(252,218,183); }
div.DivClassName
{
background-color: #FCDAB7;
}
.BgClassName
{
background-color: #FCDAB7;
}
</style>
border-color css
<style>
span { border-color: #FCDAB7; }
span { border-color: rgb(252,218,183); }
td.TdClassName
{
border-color: #FCDAB7;
}
.TagClassName
{
border-color: #FCDAB7;
}
</style>