Shades of Sandy Beach #FADDB5
Tints of Sandy Beach #FADDB5
RGB
CMYK
RGB Variations
Color information
#FADDB5 (or 0xFADDB5) is known color: Sandy Beach. HEX triplet: FA, DD and B5. RGB value is (250,221,181). Sum of RGB (Red+Green+Blue) = 250+221+181=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDB5 is #05224A. Grayscale: #E1E1E1. Windows color (decimal): -336459 or 11918842. OLE color: 11918842.
HSL color Cylindrical-coordinate representation of color #FADDB5: hue angle of 34.78º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FADDB5 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 181 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.02 |
| HSL | 34.78º | 0.87% | 0.85% | - |
| HSV(B) | 34.78º | 0.28% | 0.98% | - |
| XYZ | 73.62 | 75.37 | 54.38 | - |
| YUV | 225.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 181 | 0 | 0.12 | 0.28 | 0.02 | 34.78 | 0.87 | 0.85 |
| Hex | FA | DD | B5 | 0 | C | 1C | 2 | 23 | 57 | 55 |
| Octal | 372 | 335 | 265 | 0 | 14 | 34 | 2 | 43 | 127 | 125 |
| Binary | 11111010 | 11011101 | 10110101 | 0 | 1100 | 11100 | 10 | 100011 | 1010111 | 1010101 |
Color Harmonies of #FADDB5
Complementary color
Monochromatic Colors of #FADDB5
Black with #FADDB5
Text Example
Text Example
White with #FADDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDB5; }
p { color: rgb(250,221,181); }
H1.HeaderClassName
{
color: #FADDB5;
}
.AnyTagClassName
{
color: #FADDB5;
}
</style>
background-color css
<style>
a { background-color: #FADDB5; }
a { background-color: rgb(250,221,181); }
div.DivClassName
{
background-color: #FADDB5;
}
.BgClassName
{
background-color: #FADDB5;
}
</style>
border-color css
<style>
span { border-color: #FADDB5; }
span { border-color: rgb(250,221,181); }
td.TdClassName
{
border-color: #FADDB5;
}
.TagClassName
{
border-color: #FADDB5;
}
</style>