Shades of Sandy Beach #FADDB8
Tints of Sandy Beach #FADDB8
RGB
CMYK
RGB Variations
Color information
#FADDB8 (or 0xFADDB8) is known color: Sandy Beach. HEX triplet: FA, DD and B8. RGB value is (250,221,184). Sum of RGB (Red+Green+Blue) = 250+221+184=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 184 (72.27% from 255 or 28.09% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDB8 is #052247. Grayscale: #E1E1E1. Windows color (decimal): -336456 or 12115450. OLE color: 12115450.
HSL color Cylindrical-coordinate representation of color #FADDB8: hue angle of 33.64º 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 #FADDB8 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 184 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.02 |
| HSL | 33.64º | 0.87% | 0.85% | - |
| HSV(B) | 33.64º | 0.26% | 0.98% | - |
| XYZ | 73.93 | 75.5 | 56.02 | - |
| YUV | 225.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 184 | 0 | 0.12 | 0.26 | 0.02 | 33.64 | 0.87 | 0.85 |
| Hex | FA | DD | B8 | 0 | C | 1A | 2 | 22 | 57 | 55 |
| Octal | 372 | 335 | 270 | 0 | 14 | 32 | 2 | 42 | 127 | 125 |
| Binary | 11111010 | 11011101 | 10111000 | 0 | 1100 | 11010 | 10 | 100010 | 1010111 | 1010101 |
Color Harmonies of #FADDB8
Complementary color
Monochromatic Colors of #FADDB8
Black with #FADDB8
Text Example
Text Example
White with #FADDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDB8; }
p { color: rgb(250,221,184); }
H1.HeaderClassName
{
color: #FADDB8;
}
.AnyTagClassName
{
color: #FADDB8;
}
</style>
background-color css
<style>
a { background-color: #FADDB8; }
a { background-color: rgb(250,221,184); }
div.DivClassName
{
background-color: #FADDB8;
}
.BgClassName
{
background-color: #FADDB8;
}
</style>
border-color css
<style>
span { border-color: #FADDB8; }
span { border-color: rgb(250,221,184); }
td.TdClassName
{
border-color: #FADDB8;
}
.TagClassName
{
border-color: #FADDB8;
}
</style>