Shades of Sandy Beach #FCD5B3
Tints of Sandy Beach #FCD5B3
RGB
CMYK
RGB Variations
Color information
#FCD5B3 (or 0xFCD5B3) is known color: Sandy Beach. HEX triplet: FC, D5 and B3. RGB value is (252,213,179). Sum of RGB (Red+Green+Blue) = 252+213+179=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 179 (70.31% from 255 or 27.80% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5B3 is #032A4C. Grayscale: #DCDCDC. Windows color (decimal): -207437 or 11785724. OLE color: 11785724.
HSL color Cylindrical-coordinate representation of color #FCD5B3: hue angle of 27.95º 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 #FCD5B3 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 179 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.01 |
| HSL | 27.95º | 0.92% | 0.85% | - |
| HSV(B) | 27.95º | 0.29% | 0.99% | - |
| XYZ | 72.08 | 71.54 | 52.66 | - |
| YUV | 220.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 179 | 0 | 0.15 | 0.29 | 0.01 | 27.95 | 0.92 | 0.85 |
| Hex | FC | D5 | B3 | 0 | F | 1D | 1 | 1C | 5C | 55 |
| Octal | 374 | 325 | 263 | 0 | 17 | 35 | 1 | 34 | 134 | 125 |
| Binary | 11111100 | 11010101 | 10110011 | 0 | 1111 | 11101 | 1 | 11100 | 1011100 | 1010101 |
Color Harmonies of #FCD5B3
Complementary color
Monochromatic Colors of #FCD5B3
Black with #FCD5B3
Text Example
Text Example
White with #FCD5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5B3; }
p { color: rgb(252,213,179); }
H1.HeaderClassName
{
color: #FCD5B3;
}
.AnyTagClassName
{
color: #FCD5B3;
}
</style>
background-color css
<style>
a { background-color: #FCD5B3; }
a { background-color: rgb(252,213,179); }
div.DivClassName
{
background-color: #FCD5B3;
}
.BgClassName
{
background-color: #FCD5B3;
}
</style>
border-color css
<style>
span { border-color: #FCD5B3; }
span { border-color: rgb(252,213,179); }
td.TdClassName
{
border-color: #FCD5B3;
}
.TagClassName
{
border-color: #FCD5B3;
}
</style>