Shades of Sandy Beach #FCDFBC
Tints of Sandy Beach #FCDFBC
RGB
CMYK
RGB Variations
Color information
#FCDFBC (or 0xFCDFBC) is known color: Sandy Beach. HEX triplet: FC, DF and BC. RGB value is (252,223,188). Sum of RGB (Red+Green+Blue) = 252+223+188=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFBC is #032043. Grayscale: #E3E3E3. Windows color (decimal): -204868 or 12378108. OLE color: 12378108.
HSL color Cylindrical-coordinate representation of color #FCDFBC: hue angle of 32.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCDFBC is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 188 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.01 |
| HSL | 32.81º | 0.91% | 0.86% | - |
| HSV(B) | 32.81º | 0.25% | 0.99% | - |
| XYZ | 75.61 | 77.1 | 58.47 | - |
| YUV | 227.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 188 | 0 | 0.12 | 0.25 | 0.01 | 32.81 | 0.91 | 0.86 |
| Hex | FC | DF | BC | 0 | C | 19 | 1 | 21 | 5B | 56 |
| Octal | 374 | 337 | 274 | 0 | 14 | 31 | 1 | 41 | 133 | 126 |
| Binary | 11111100 | 11011111 | 10111100 | 0 | 1100 | 11001 | 1 | 100001 | 1011011 | 1010110 |
Color Harmonies of #FCDFBC
Complementary color
Monochromatic Colors of #FCDFBC
Black with #FCDFBC
Text Example
Text Example
White with #FCDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFBC; }
p { color: rgb(252,223,188); }
H1.HeaderClassName
{
color: #FCDFBC;
}
.AnyTagClassName
{
color: #FCDFBC;
}
</style>
background-color css
<style>
a { background-color: #FCDFBC; }
a { background-color: rgb(252,223,188); }
div.DivClassName
{
background-color: #FCDFBC;
}
.BgClassName
{
background-color: #FCDFBC;
}
</style>
border-color css
<style>
span { border-color: #FCDFBC; }
span { border-color: rgb(252,223,188); }
td.TdClassName
{
border-color: #FCDFBC;
}
.TagClassName
{
border-color: #FCDFBC;
}
</style>