Shades of Sandy Beach #FADDB9
Tints of Sandy Beach #FADDB9
RGB
CMYK
RGB Variations
Color information
#FADDB9 (or 0xFADDB9) is known color: Sandy Beach. HEX triplet: FA, DD and B9. RGB value is (250,221,185). Sum of RGB (Red+Green+Blue) = 250+221+185=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDB9 is #052246. Grayscale: #E1E1E1. Windows color (decimal): -336455 or 12180986. OLE color: 12180986.
HSL color Cylindrical-coordinate representation of color #FADDB9: hue angle of 33.23º degrees, saturation: 0.87, 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 #FADDB9 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 185 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.02 |
| HSL | 33.23º | 0.87% | 0.85% | - |
| HSV(B) | 33.23º | 0.26% | 0.98% | - |
| XYZ | 74.04 | 75.54 | 56.58 | - |
| YUV | 225.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 185 | 0 | 0.12 | 0.26 | 0.02 | 33.23 | 0.87 | 0.85 |
| Hex | FA | DD | B9 | 0 | C | 1A | 2 | 21 | 57 | 55 |
| Octal | 372 | 335 | 271 | 0 | 14 | 32 | 2 | 41 | 127 | 125 |
| Binary | 11111010 | 11011101 | 10111001 | 0 | 1100 | 11010 | 10 | 100001 | 1010111 | 1010101 |
Color Harmonies of #FADDB9
Complementary color
Monochromatic Colors of #FADDB9
Black with #FADDB9
Text Example
Text Example
White with #FADDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDB9; }
p { color: rgb(250,221,185); }
H1.HeaderClassName
{
color: #FADDB9;
}
.AnyTagClassName
{
color: #FADDB9;
}
</style>
background-color css
<style>
a { background-color: #FADDB9; }
a { background-color: rgb(250,221,185); }
div.DivClassName
{
background-color: #FADDB9;
}
.BgClassName
{
background-color: #FADDB9;
}
</style>
border-color css
<style>
span { border-color: #FADDB9; }
span { border-color: rgb(250,221,185); }
td.TdClassName
{
border-color: #FADDB9;
}
.TagClassName
{
border-color: #FADDB9;
}
</style>