Shades of Sandy Beach #F9DCB8
Tints of Sandy Beach #F9DCB8
RGB
CMYK
RGB Variations
Color information
#F9DCB8 (or 0xF9DCB8) is known color: Sandy Beach. HEX triplet: F9, DC and B8. RGB value is (249,220,184). Sum of RGB (Red+Green+Blue) = 249+220+184=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 184 (72.27% from 255 or 28.18% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCB8 is #062347. Grayscale: #E0E0E0. Windows color (decimal): -402248 or 12115193. OLE color: 12115193.
HSL color Cylindrical-coordinate representation of color #F9DCB8: hue angle of 33.23º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9DCB8 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 184 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.02 |
| HSL | 33.23º | 0.84% | 0.85% | - |
| HSV(B) | 33.23º | 0.26% | 0.98% | - |
| XYZ | 73.31 | 74.79 | 55.92 | - |
| YUV | 224.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 184 | 0 | 0.12 | 0.26 | 0.02 | 33.23 | 0.84 | 0.85 |
| Hex | F9 | DC | B8 | 0 | C | 1A | 2 | 21 | 54 | 55 |
| Octal | 371 | 334 | 270 | 0 | 14 | 32 | 2 | 41 | 124 | 125 |
| Binary | 11111001 | 11011100 | 10111000 | 0 | 1100 | 11010 | 10 | 100001 | 1010100 | 1010101 |
Color Harmonies of #F9DCB8
Complementary color
Monochromatic Colors of #F9DCB8
Black with #F9DCB8
Text Example
Text Example
White with #F9DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCB8; }
p { color: rgb(249,220,184); }
H1.HeaderClassName
{
color: #F9DCB8;
}
.AnyTagClassName
{
color: #F9DCB8;
}
</style>
background-color css
<style>
a { background-color: #F9DCB8; }
a { background-color: rgb(249,220,184); }
div.DivClassName
{
background-color: #F9DCB8;
}
.BgClassName
{
background-color: #F9DCB8;
}
</style>
border-color css
<style>
span { border-color: #F9DCB8; }
span { border-color: rgb(249,220,184); }
td.TdClassName
{
border-color: #F9DCB8;
}
.TagClassName
{
border-color: #F9DCB8;
}
</style>