Shades of Sandy Beach #FAD5B1
Tints of Sandy Beach #FAD5B1
RGB
CMYK
RGB Variations
Color information
#FAD5B1 (or 0xFAD5B1) is known color: Sandy Beach. HEX triplet: FA, D5 and B1. RGB value is (250,213,177). Sum of RGB (Red+Green+Blue) = 250+213+177=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 177 (69.53% from 255 or 27.66% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD5B1 is #052A4E. Grayscale: #DCDCDC. Windows color (decimal): -338511 or 11654650. OLE color: 11654650.
HSL color Cylindrical-coordinate representation of color #FAD5B1: hue angle of 29.59º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAD5B1 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 177 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.02 |
| HSL | 29.59º | 0.88% | 0.84% | - |
| HSV(B) | 29.59º | 0.29% | 0.98% | - |
| XYZ | 71.15 | 71.09 | 51.57 | - |
| YUV | 219.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 177 | 0 | 0.15 | 0.29 | 0.02 | 29.59 | 0.88 | 0.84 |
| Hex | FA | D5 | B1 | 0 | F | 1D | 2 | 1E | 58 | 54 |
| Octal | 372 | 325 | 261 | 0 | 17 | 35 | 2 | 36 | 130 | 124 |
| Binary | 11111010 | 11010101 | 10110001 | 0 | 1111 | 11101 | 10 | 11110 | 1011000 | 1010100 |
Color Harmonies of #FAD5B1
Complementary color
Monochromatic Colors of #FAD5B1
Black with #FAD5B1
Text Example
Text Example
White with #FAD5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD5B1; }
p { color: rgb(250,213,177); }
H1.HeaderClassName
{
color: #FAD5B1;
}
.AnyTagClassName
{
color: #FAD5B1;
}
</style>
background-color css
<style>
a { background-color: #FAD5B1; }
a { background-color: rgb(250,213,177); }
div.DivClassName
{
background-color: #FAD5B1;
}
.BgClassName
{
background-color: #FAD5B1;
}
</style>
border-color css
<style>
span { border-color: #FAD5B1; }
span { border-color: rgb(250,213,177); }
td.TdClassName
{
border-color: #FAD5B1;
}
.TagClassName
{
border-color: #FAD5B1;
}
</style>