Shades of Sandy Beach #FCDAB6
Tints of Sandy Beach #FCDAB6
RGB
CMYK
RGB Variations
Color information
#FCDAB6 (or 0xFCDAB6) is known color: Sandy Beach. HEX triplet: FC, DA and B6. RGB value is (252,218,182). Sum of RGB (Red+Green+Blue) = 252+218+182=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAB6 is #032549. Grayscale: #E0E0E0. Windows color (decimal): -206154 or 11983612. OLE color: 11983612.
HSL color Cylindrical-coordinate representation of color #FCDAB6: hue angle of 30.86º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCDAB6 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 182 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.01 |
| HSL | 30.86º | 0.92% | 0.85% | - |
| HSV(B) | 30.86º | 0.28% | 0.99% | - |
| XYZ | 73.66 | 74.22 | 54.7 | - |
| YUV | 224.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 182 | 0 | 0.13 | 0.28 | 0.01 | 30.86 | 0.92 | 0.85 |
| Hex | FC | DA | B6 | 0 | D | 1C | 1 | 1F | 5C | 55 |
| Octal | 374 | 332 | 266 | 0 | 15 | 34 | 1 | 37 | 134 | 125 |
| Binary | 11111100 | 11011010 | 10110110 | 0 | 1101 | 11100 | 1 | 11111 | 1011100 | 1010101 |
Color Harmonies of #FCDAB6
Complementary color
Monochromatic Colors of #FCDAB6
Black with #FCDAB6
Text Example
Text Example
White with #FCDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAB6; }
p { color: rgb(252,218,182); }
H1.HeaderClassName
{
color: #FCDAB6;
}
.AnyTagClassName
{
color: #FCDAB6;
}
</style>
background-color css
<style>
a { background-color: #FCDAB6; }
a { background-color: rgb(252,218,182); }
div.DivClassName
{
background-color: #FCDAB6;
}
.BgClassName
{
background-color: #FCDAB6;
}
</style>
border-color css
<style>
span { border-color: #FCDAB6; }
span { border-color: rgb(252,218,182); }
td.TdClassName
{
border-color: #FCDAB6;
}
.TagClassName
{
border-color: #FCDAB6;
}
</style>