Shades of Sandy Beach #FADAB8
Tints of Sandy Beach #FADAB8
RGB
CMYK
RGB Variations
Color information
#FADAB8 (or 0xFADAB8) is known color: Sandy Beach. HEX triplet: FA, DA and B8. RGB value is (250,218,184). Sum of RGB (Red+Green+Blue) = 250+218+184=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 184 (72.27% from 255 or 28.22% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAB8 is #052547. Grayscale: #DFDFDF. Windows color (decimal): -337224 or 12114682. OLE color: 12114682.
HSL color Cylindrical-coordinate representation of color #FADAB8: hue angle of 30.91º 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 #FADAB8 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 184 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.02 |
| HSL | 30.91º | 0.87% | 0.85% | - |
| HSV(B) | 30.91º | 0.26% | 0.98% | - |
| XYZ | 73.15 | 73.93 | 55.76 | - |
| YUV | 223.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 184 | 0 | 0.13 | 0.26 | 0.02 | 30.91 | 0.87 | 0.85 |
| Hex | FA | DA | B8 | 0 | D | 1A | 2 | 1F | 57 | 55 |
| Octal | 372 | 332 | 270 | 0 | 15 | 32 | 2 | 37 | 127 | 125 |
| Binary | 11111010 | 11011010 | 10111000 | 0 | 1101 | 11010 | 10 | 11111 | 1010111 | 1010101 |
Color Harmonies of #FADAB8
Complementary color
Monochromatic Colors of #FADAB8
Black with #FADAB8
Text Example
Text Example
White with #FADAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAB8; }
p { color: rgb(250,218,184); }
H1.HeaderClassName
{
color: #FADAB8;
}
.AnyTagClassName
{
color: #FADAB8;
}
</style>
background-color css
<style>
a { background-color: #FADAB8; }
a { background-color: rgb(250,218,184); }
div.DivClassName
{
background-color: #FADAB8;
}
.BgClassName
{
background-color: #FADAB8;
}
</style>
border-color css
<style>
span { border-color: #FADAB8; }
span { border-color: rgb(250,218,184); }
td.TdClassName
{
border-color: #FADAB8;
}
.TagClassName
{
border-color: #FADAB8;
}
</style>