Shades of Sandy Beach #FCDAB5
Tints of Sandy Beach #FCDAB5
RGB
CMYK
RGB Variations
Color information
#FCDAB5 (or 0xFCDAB5) is known color: Sandy Beach. HEX triplet: FC, DA and B5. RGB value is (252,218,181). Sum of RGB (Red+Green+Blue) = 252+218+181=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 181 (71.09% from 255 or 27.80% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAB5 is #03254A. Grayscale: #E0E0E0. Windows color (decimal): -206155 or 11918076. OLE color: 11918076.
HSL color Cylindrical-coordinate representation of color #FCDAB5: hue angle of 31.27º 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 #FCDAB5 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 181 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.01 |
| HSL | 31.27º | 0.92% | 0.85% | - |
| HSV(B) | 31.27º | 0.28% | 0.99% | - |
| XYZ | 73.56 | 74.17 | 54.16 | - |
| YUV | 223.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 181 | 0 | 0.13 | 0.28 | 0.01 | 31.27 | 0.92 | 0.85 |
| Hex | FC | DA | B5 | 0 | D | 1C | 1 | 1F | 5C | 55 |
| Octal | 374 | 332 | 265 | 0 | 15 | 34 | 1 | 37 | 134 | 125 |
| Binary | 11111100 | 11011010 | 10110101 | 0 | 1101 | 11100 | 1 | 11111 | 1011100 | 1010101 |
Color Harmonies of #FCDAB5
Complementary color
Monochromatic Colors of #FCDAB5
Black with #FCDAB5
Text Example
Text Example
White with #FCDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAB5; }
p { color: rgb(252,218,181); }
H1.HeaderClassName
{
color: #FCDAB5;
}
.AnyTagClassName
{
color: #FCDAB5;
}
</style>
background-color css
<style>
a { background-color: #FCDAB5; }
a { background-color: rgb(252,218,181); }
div.DivClassName
{
background-color: #FCDAB5;
}
.BgClassName
{
background-color: #FCDAB5;
}
</style>
border-color css
<style>
span { border-color: #FCDAB5; }
span { border-color: rgb(252,218,181); }
td.TdClassName
{
border-color: #FCDAB5;
}
.TagClassName
{
border-color: #FCDAB5;
}
</style>