Shades of Sandy Beach #FADDBD
Tints of Sandy Beach #FADDBD
RGB
CMYK
RGB Variations
Color information
#FADDBD (or 0xFADDBD) is known color: Sandy Beach. HEX triplet: FA, DD and BD. RGB value is (250,221,189). Sum of RGB (Red+Green+Blue) = 250+221+189=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDBD is #052242. Grayscale: #E2E2E2. Windows color (decimal): -336451 or 12443130. OLE color: 12443130.
HSL color Cylindrical-coordinate representation of color #FADDBD: hue angle of 31.48º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FADDBD is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 189 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.02 |
| HSL | 31.48º | 0.86% | 0.86% | - |
| HSV(B) | 31.48º | 0.24% | 0.98% | - |
| XYZ | 74.47 | 75.71 | 58.83 | - |
| YUV | 226.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 189 | 0 | 0.12 | 0.24 | 0.02 | 31.48 | 0.86 | 0.86 |
| Hex | FA | DD | BD | 0 | C | 18 | 2 | 1F | 56 | 56 |
| Octal | 372 | 335 | 275 | 0 | 14 | 30 | 2 | 37 | 126 | 126 |
| Binary | 11111010 | 11011101 | 10111101 | 0 | 1100 | 11000 | 10 | 11111 | 1010110 | 1010110 |
Color Harmonies of #FADDBD
Complementary color
Monochromatic Colors of #FADDBD
Black with #FADDBD
Text Example
Text Example
White with #FADDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDBD; }
p { color: rgb(250,221,189); }
H1.HeaderClassName
{
color: #FADDBD;
}
.AnyTagClassName
{
color: #FADDBD;
}
</style>
background-color css
<style>
a { background-color: #FADDBD; }
a { background-color: rgb(250,221,189); }
div.DivClassName
{
background-color: #FADDBD;
}
.BgClassName
{
background-color: #FADDBD;
}
</style>
border-color css
<style>
span { border-color: #FADDBD; }
span { border-color: rgb(250,221,189); }
td.TdClassName
{
border-color: #FADDBD;
}
.TagClassName
{
border-color: #FADDBD;
}
</style>