Shades of Sandy Beach #FCDDB5
Tints of Sandy Beach #FCDDB5
RGB
CMYK
RGB Variations
Color information
#FCDDB5 (or 0xFCDDB5) is known color: Sandy Beach. HEX triplet: FC, DD and B5. RGB value is (252,221,181). Sum of RGB (Red+Green+Blue) = 252+221+181=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDB5 is #03224A. Grayscale: #E1E1E1. Windows color (decimal): -205387 or 11918844. OLE color: 11918844.
HSL color Cylindrical-coordinate representation of color #FCDDB5: hue angle of 33.8º 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 #FCDDB5 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 181 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.01 |
| HSL | 33.8º | 0.92% | 0.85% | - |
| HSV(B) | 33.8º | 0.28% | 0.99% | - |
| XYZ | 74.34 | 75.74 | 54.42 | - |
| YUV | 225.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 181 | 0 | 0.12 | 0.28 | 0.01 | 33.8 | 0.92 | 0.85 |
| Hex | FC | DD | B5 | 0 | C | 1C | 1 | 22 | 5C | 55 |
| Octal | 374 | 335 | 265 | 0 | 14 | 34 | 1 | 42 | 134 | 125 |
| Binary | 11111100 | 11011101 | 10110101 | 0 | 1100 | 11100 | 1 | 100010 | 1011100 | 1010101 |
Color Harmonies of #FCDDB5
Complementary color
Monochromatic Colors of #FCDDB5
Black with #FCDDB5
Text Example
Text Example
White with #FCDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDB5; }
p { color: rgb(252,221,181); }
H1.HeaderClassName
{
color: #FCDDB5;
}
.AnyTagClassName
{
color: #FCDDB5;
}
</style>
background-color css
<style>
a { background-color: #FCDDB5; }
a { background-color: rgb(252,221,181); }
div.DivClassName
{
background-color: #FCDDB5;
}
.BgClassName
{
background-color: #FCDDB5;
}
</style>
border-color css
<style>
span { border-color: #FCDDB5; }
span { border-color: rgb(252,221,181); }
td.TdClassName
{
border-color: #FCDDB5;
}
.TagClassName
{
border-color: #FCDDB5;
}
</style>