Shades of Sandy Beach #F9DCBD
Tints of Sandy Beach #F9DCBD
RGB
CMYK
RGB Variations
Color information
#F9DCBD (or 0xF9DCBD) is known color: Sandy Beach. HEX triplet: F9, DC and BD. RGB value is (249,220,189). Sum of RGB (Red+Green+Blue) = 249+220+189=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCBD is #062342. Grayscale: #E1E1E1. Windows color (decimal): -402243 or 12442873. OLE color: 12442873.
HSL color Cylindrical-coordinate representation of color #F9DCBD: hue angle of 31º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9DCBD is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 189 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.02 |
| HSL | 31º | 0.83% | 0.86% | - |
| HSV(B) | 31º | 0.24% | 0.98% | - |
| XYZ | 73.85 | 75 | 58.73 | - |
| YUV | 225.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 189 | 0 | 0.12 | 0.24 | 0.02 | 31 | 0.83 | 0.86 |
| Hex | F9 | DC | BD | 0 | C | 18 | 2 | 1F | 53 | 56 |
| Octal | 371 | 334 | 275 | 0 | 14 | 30 | 2 | 37 | 123 | 126 |
| Binary | 11111001 | 11011100 | 10111101 | 0 | 1100 | 11000 | 10 | 11111 | 1010011 | 1010110 |
Color Harmonies of #F9DCBD
Complementary color
Monochromatic Colors of #F9DCBD
Black with #F9DCBD
Text Example
Text Example
White with #F9DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCBD; }
p { color: rgb(249,220,189); }
H1.HeaderClassName
{
color: #F9DCBD;
}
.AnyTagClassName
{
color: #F9DCBD;
}
</style>
background-color css
<style>
a { background-color: #F9DCBD; }
a { background-color: rgb(249,220,189); }
div.DivClassName
{
background-color: #F9DCBD;
}
.BgClassName
{
background-color: #F9DCBD;
}
</style>
border-color css
<style>
span { border-color: #F9DCBD; }
span { border-color: rgb(249,220,189); }
td.TdClassName
{
border-color: #F9DCBD;
}
.TagClassName
{
border-color: #F9DCBD;
}
</style>