Shades of Sandy Beach #FADEB7
Tints of Sandy Beach #FADEB7
RGB
CMYK
RGB Variations
Color information
#FADEB7 (or 0xFADEB7) is known color: Sandy Beach. HEX triplet: FA, DE and B7. RGB value is (250,222,183). Sum of RGB (Red+Green+Blue) = 250+222+183=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 183 (71.88% from 255 or 27.94% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEB7 is #052148. Grayscale: #E2E2E2. Windows color (decimal): -336201 or 12050170. OLE color: 12050170.
HSL color Cylindrical-coordinate representation of color #FADEB7: hue angle of 34.93º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FADEB7 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 183 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.02 |
| HSL | 34.93º | 0.87% | 0.85% | - |
| HSV(B) | 34.93º | 0.27% | 0.98% | - |
| XYZ | 74.09 | 75.99 | 55.56 | - |
| YUV | 225.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 183 | 0 | 0.11 | 0.27 | 0.02 | 34.93 | 0.87 | 0.85 |
| Hex | FA | DE | B7 | 0 | B | 1B | 2 | 23 | 57 | 55 |
| Octal | 372 | 336 | 267 | 0 | 13 | 33 | 2 | 43 | 127 | 125 |
| Binary | 11111010 | 11011110 | 10110111 | 0 | 1011 | 11011 | 10 | 100011 | 1010111 | 1010101 |
Color Harmonies of #FADEB7
Complementary color
Monochromatic Colors of #FADEB7
Black with #FADEB7
Text Example
Text Example
White with #FADEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEB7; }
p { color: rgb(250,222,183); }
H1.HeaderClassName
{
color: #FADEB7;
}
.AnyTagClassName
{
color: #FADEB7;
}
</style>
background-color css
<style>
a { background-color: #FADEB7; }
a { background-color: rgb(250,222,183); }
div.DivClassName
{
background-color: #FADEB7;
}
.BgClassName
{
background-color: #FADEB7;
}
</style>
border-color css
<style>
span { border-color: #FADEB7; }
span { border-color: rgb(250,222,183); }
td.TdClassName
{
border-color: #FADEB7;
}
.TagClassName
{
border-color: #FADEB7;
}
</style>