Shades of Sandy Beach #FADFBB
Tints of Sandy Beach #FADFBB
RGB
CMYK
RGB Variations
Color information
#FADFBB (or 0xFADFBB) is known color: Sandy Beach. HEX triplet: FA, DF and BB. RGB value is (250,223,187). Sum of RGB (Red+Green+Blue) = 250+223+187=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFBB is #052044. Grayscale: #E3E3E3. Windows color (decimal): -335941 or 12312570. OLE color: 12312570.
HSL color Cylindrical-coordinate representation of color #FADFBB: hue angle of 34.29º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FADFBB is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 187 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.02 |
| HSL | 34.29º | 0.86% | 0.86% | - |
| HSV(B) | 34.29º | 0.25% | 0.98% | - |
| XYZ | 74.78 | 76.69 | 57.87 | - |
| YUV | 226.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 187 | 0 | 0.11 | 0.25 | 0.02 | 34.29 | 0.86 | 0.86 |
| Hex | FA | DF | BB | 0 | B | 19 | 2 | 22 | 56 | 56 |
| Octal | 372 | 337 | 273 | 0 | 13 | 31 | 2 | 42 | 126 | 126 |
| Binary | 11111010 | 11011111 | 10111011 | 0 | 1011 | 11001 | 10 | 100010 | 1010110 | 1010110 |
Color Harmonies of #FADFBB
Complementary color
Monochromatic Colors of #FADFBB
Black with #FADFBB
Text Example
Text Example
White with #FADFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFBB; }
p { color: rgb(250,223,187); }
H1.HeaderClassName
{
color: #FADFBB;
}
.AnyTagClassName
{
color: #FADFBB;
}
</style>
background-color css
<style>
a { background-color: #FADFBB; }
a { background-color: rgb(250,223,187); }
div.DivClassName
{
background-color: #FADFBB;
}
.BgClassName
{
background-color: #FADFBB;
}
</style>
border-color css
<style>
span { border-color: #FADFBB; }
span { border-color: rgb(250,223,187); }
td.TdClassName
{
border-color: #FADFBB;
}
.TagClassName
{
border-color: #FADFBB;
}
</style>