Shades of Sandy Beach #FDDBB2
Tints of Sandy Beach #FDDBB2
RGB
CMYK
RGB Variations
Color information
#FDDBB2 (or 0xFDDBB2) is known color: Sandy Beach. HEX triplet: FD, DB and B2. RGB value is (253,219,178). Sum of RGB (Red+Green+Blue) = 253+219+178=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBB2 is #02244D. Grayscale: #E0E0E0. Windows color (decimal): -140366 or 11721725. OLE color: 11721725.
HSL color Cylindrical-coordinate representation of color #FDDBB2: hue angle of 32.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDDBB2 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 178 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.01 |
| HSL | 32.8º | 0.95% | 0.85% | - |
| HSV(B) | 32.8º | 0.3% | 0.99% | - |
| XYZ | 73.88 | 74.76 | 52.66 | - |
| YUV | 224.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 178 | 0 | 0.13 | 0.30 | 0.01 | 32.8 | 0.95 | 0.85 |
| Hex | FD | DB | B2 | 0 | D | 1E | 1 | 21 | 5F | 55 |
| Octal | 375 | 333 | 262 | 0 | 15 | 36 | 1 | 41 | 137 | 125 |
| Binary | 11111101 | 11011011 | 10110010 | 0 | 1101 | 11110 | 1 | 100001 | 1011111 | 1010101 |
Color Harmonies of #FDDBB2
Complementary color
Monochromatic Colors of #FDDBB2
Black with #FDDBB2
Text Example
Text Example
White with #FDDBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBB2; }
p { color: rgb(253,219,178); }
H1.HeaderClassName
{
color: #FDDBB2;
}
.AnyTagClassName
{
color: #FDDBB2;
}
</style>
background-color css
<style>
a { background-color: #FDDBB2; }
a { background-color: rgb(253,219,178); }
div.DivClassName
{
background-color: #FDDBB2;
}
.BgClassName
{
background-color: #FDDBB2;
}
</style>
border-color css
<style>
span { border-color: #FDDBB2; }
span { border-color: rgb(253,219,178); }
td.TdClassName
{
border-color: #FDDBB2;
}
.TagClassName
{
border-color: #FDDBB2;
}
</style>