Shades of Sandy Beach #FDDFBD
Tints of Sandy Beach #FDDFBD
RGB
CMYK
RGB Variations
Color information
#FDDFBD (or 0xFDDFBD) is known color: Sandy Beach. HEX triplet: FD, DF and BD. RGB value is (253,223,189). Sum of RGB (Red+Green+Blue) = 253+223+189=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFBD is #022042. Grayscale: #E4E4E4. Windows color (decimal): -139331 or 12443645. OLE color: 12443645.
HSL color Cylindrical-coordinate representation of color #FDDFBD: hue angle of 31.88º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDDFBD is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 189 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.01 |
| HSL | 31.88º | 0.94% | 0.87% | - |
| HSV(B) | 31.88º | 0.25% | 0.99% | - |
| XYZ | 76.08 | 77.33 | 59.06 | - |
| YUV | 228.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 189 | 0 | 0.12 | 0.25 | 0.01 | 31.88 | 0.94 | 0.87 |
| Hex | FD | DF | BD | 0 | C | 19 | 1 | 20 | 5E | 57 |
| Octal | 375 | 337 | 275 | 0 | 14 | 31 | 1 | 40 | 136 | 127 |
| Binary | 11111101 | 11011111 | 10111101 | 0 | 1100 | 11001 | 1 | 100000 | 1011110 | 1010111 |
Color Harmonies of #FDDFBD
Complementary color
Monochromatic Colors of #FDDFBD
Black with #FDDFBD
Text Example
Text Example
White with #FDDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFBD; }
p { color: rgb(253,223,189); }
H1.HeaderClassName
{
color: #FDDFBD;
}
.AnyTagClassName
{
color: #FDDFBD;
}
</style>
background-color css
<style>
a { background-color: #FDDFBD; }
a { background-color: rgb(253,223,189); }
div.DivClassName
{
background-color: #FDDFBD;
}
.BgClassName
{
background-color: #FDDFBD;
}
</style>
border-color css
<style>
span { border-color: #FDDFBD; }
span { border-color: rgb(253,223,189); }
td.TdClassName
{
border-color: #FDDFBD;
}
.TagClassName
{
border-color: #FDDFBD;
}
</style>