Shades of Sandy Beach #FADFB9
Tints of Sandy Beach #FADFB9
RGB
CMYK
RGB Variations
Color information
#FADFB9 (or 0xFADFB9) is known color: Sandy Beach. HEX triplet: FA, DF and B9. RGB value is (250,223,185). Sum of RGB (Red+Green+Blue) = 250+223+185=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFB9 is #052046. Grayscale: #E2E2E2. Windows color (decimal): -335943 or 12181498. OLE color: 12181498.
HSL color Cylindrical-coordinate representation of color #FADFB9: hue angle of 35.08º 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 #FADFB9 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 185 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.02 |
| HSL | 35.08º | 0.87% | 0.85% | - |
| HSV(B) | 35.08º | 0.26% | 0.98% | - |
| XYZ | 74.57 | 76.6 | 56.75 | - |
| YUV | 226.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 185 | 0 | 0.11 | 0.26 | 0.02 | 35.08 | 0.87 | 0.85 |
| Hex | FA | DF | B9 | 0 | B | 1A | 2 | 23 | 57 | 55 |
| Octal | 372 | 337 | 271 | 0 | 13 | 32 | 2 | 43 | 127 | 125 |
| Binary | 11111010 | 11011111 | 10111001 | 0 | 1011 | 11010 | 10 | 100011 | 1010111 | 1010101 |
Color Harmonies of #FADFB9
Complementary color
Monochromatic Colors of #FADFB9
Black with #FADFB9
Text Example
Text Example
White with #FADFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFB9; }
p { color: rgb(250,223,185); }
H1.HeaderClassName
{
color: #FADFB9;
}
.AnyTagClassName
{
color: #FADFB9;
}
</style>
background-color css
<style>
a { background-color: #FADFB9; }
a { background-color: rgb(250,223,185); }
div.DivClassName
{
background-color: #FADFB9;
}
.BgClassName
{
background-color: #FADFB9;
}
</style>
border-color css
<style>
span { border-color: #FADFB9; }
span { border-color: rgb(250,223,185); }
td.TdClassName
{
border-color: #FADFB9;
}
.TagClassName
{
border-color: #FADFB9;
}
</style>