Shades of Sandy Beach #FCDAB3
Tints of Sandy Beach #FCDAB3
RGB
CMYK
RGB Variations
Color information
#FCDAB3 (or 0xFCDAB3) is known color: Sandy Beach. HEX triplet: FC, DA and B3. RGB value is (252,218,179). Sum of RGB (Red+Green+Blue) = 252+218+179=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 179 (70.31% from 255 or 27.58% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAB3 is #03254C. Grayscale: #DFDFDF. Windows color (decimal): -206157 or 11787004. OLE color: 11787004.
HSL color Cylindrical-coordinate representation of color #FCDAB3: hue angle of 32.05º 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 #FCDAB3 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 179 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.01 |
| HSL | 32.05º | 0.92% | 0.85% | - |
| HSV(B) | 32.05º | 0.29% | 0.99% | - |
| XYZ | 73.35 | 74.09 | 53.08 | - |
| YUV | 223.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 179 | 0 | 0.13 | 0.29 | 0.01 | 32.05 | 0.92 | 0.85 |
| Hex | FC | DA | B3 | 0 | D | 1D | 1 | 20 | 5C | 55 |
| Octal | 374 | 332 | 263 | 0 | 15 | 35 | 1 | 40 | 134 | 125 |
| Binary | 11111100 | 11011010 | 10110011 | 0 | 1101 | 11101 | 1 | 100000 | 1011100 | 1010101 |
Color Harmonies of #FCDAB3
Complementary color
Monochromatic Colors of #FCDAB3
Black with #FCDAB3
Text Example
Text Example
White with #FCDAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAB3; }
p { color: rgb(252,218,179); }
H1.HeaderClassName
{
color: #FCDAB3;
}
.AnyTagClassName
{
color: #FCDAB3;
}
</style>
background-color css
<style>
a { background-color: #FCDAB3; }
a { background-color: rgb(252,218,179); }
div.DivClassName
{
background-color: #FCDAB3;
}
.BgClassName
{
background-color: #FCDAB3;
}
</style>
border-color css
<style>
span { border-color: #FCDAB3; }
span { border-color: rgb(252,218,179); }
td.TdClassName
{
border-color: #FCDAB3;
}
.TagClassName
{
border-color: #FCDAB3;
}
</style>