Shades of Sandy Beach #FCDAB4
Tints of Sandy Beach #FCDAB4
RGB
CMYK
RGB Variations
Color information
#FCDAB4 (or 0xFCDAB4) is known color: Sandy Beach. HEX triplet: FC, DA and B4. RGB value is (252,218,180). Sum of RGB (Red+Green+Blue) = 252+218+180=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 180 (70.70% from 255 or 27.69% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAB4 is #03254B. Grayscale: #E0E0E0. Windows color (decimal): -206156 or 11852540. OLE color: 11852540.
HSL color Cylindrical-coordinate representation of color #FCDAB4: hue angle of 31.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCDAB4 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 180 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.01 |
| HSL | 31.67º | 0.92% | 0.85% | - |
| HSV(B) | 31.67º | 0.29% | 0.99% | - |
| XYZ | 73.45 | 74.13 | 53.62 | - |
| YUV | 223.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 180 | 0 | 0.13 | 0.29 | 0.01 | 31.67 | 0.92 | 0.85 |
| Hex | FC | DA | B4 | 0 | D | 1D | 1 | 20 | 5C | 55 |
| Octal | 374 | 332 | 264 | 0 | 15 | 35 | 1 | 40 | 134 | 125 |
| Binary | 11111100 | 11011010 | 10110100 | 0 | 1101 | 11101 | 1 | 100000 | 1011100 | 1010101 |
Color Harmonies of #FCDAB4
Complementary color
Monochromatic Colors of #FCDAB4
Black with #FCDAB4
Text Example
Text Example
White with #FCDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAB4; }
p { color: rgb(252,218,180); }
H1.HeaderClassName
{
color: #FCDAB4;
}
.AnyTagClassName
{
color: #FCDAB4;
}
</style>
background-color css
<style>
a { background-color: #FCDAB4; }
a { background-color: rgb(252,218,180); }
div.DivClassName
{
background-color: #FCDAB4;
}
.BgClassName
{
background-color: #FCDAB4;
}
</style>
border-color css
<style>
span { border-color: #FCDAB4; }
span { border-color: rgb(252,218,180); }
td.TdClassName
{
border-color: #FCDAB4;
}
.TagClassName
{
border-color: #FCDAB4;
}
</style>