Shades of Sandy Beach #FADFBA
Tints of Sandy Beach #FADFBA
RGB
CMYK
RGB Variations
Color information
#FADFBA (or 0xFADFBA) is known color: Sandy Beach. HEX triplet: FA, DF and BA. RGB value is (250,223,186). Sum of RGB (Red+Green+Blue) = 250+223+186=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFBA is #052045. Grayscale: #E3E3E3. Windows color (decimal): -335942 or 12247034. OLE color: 12247034.
HSL color Cylindrical-coordinate representation of color #FADFBA: hue angle of 34.69º degrees, saturation: 0.86, 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 #FADFBA is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 186 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.02 |
| HSL | 34.69º | 0.86% | 0.85% | - |
| HSV(B) | 34.69º | 0.26% | 0.98% | - |
| XYZ | 74.67 | 76.64 | 57.31 | - |
| YUV | 226.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 186 | 0 | 0.11 | 0.26 | 0.02 | 34.69 | 0.86 | 0.85 |
| Hex | FA | DF | BA | 0 | B | 1A | 2 | 23 | 56 | 55 |
| Octal | 372 | 337 | 272 | 0 | 13 | 32 | 2 | 43 | 126 | 125 |
| Binary | 11111010 | 11011111 | 10111010 | 0 | 1011 | 11010 | 10 | 100011 | 1010110 | 1010101 |
Color Harmonies of #FADFBA
Complementary color
Monochromatic Colors of #FADFBA
Black with #FADFBA
Text Example
Text Example
White with #FADFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFBA; }
p { color: rgb(250,223,186); }
H1.HeaderClassName
{
color: #FADFBA;
}
.AnyTagClassName
{
color: #FADFBA;
}
</style>
background-color css
<style>
a { background-color: #FADFBA; }
a { background-color: rgb(250,223,186); }
div.DivClassName
{
background-color: #FADFBA;
}
.BgClassName
{
background-color: #FADFBA;
}
</style>
border-color css
<style>
span { border-color: #FADFBA; }
span { border-color: rgb(250,223,186); }
td.TdClassName
{
border-color: #FADFBA;
}
.TagClassName
{
border-color: #FADFBA;
}
</style>