Shades of Sandy Beach #FDD7B3
Tints of Sandy Beach #FDD7B3
RGB
CMYK
RGB Variations
Color information
#FDD7B3 (or 0xFDD7B3) is known color: Sandy Beach. HEX triplet: FD, D7 and B3. RGB value is (253,215,179). Sum of RGB (Red+Green+Blue) = 253+215+179=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 179 (70.31% from 255 or 27.67% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7B3 is #02284C. Grayscale: #DEDEDE. Windows color (decimal): -141389 or 11786237. OLE color: 11786237.
HSL color Cylindrical-coordinate representation of color #FDD7B3: hue angle of 29.19º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDD7B3 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 179 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.01 |
| HSL | 29.19º | 0.95% | 0.85% | - |
| HSV(B) | 29.19º | 0.29% | 0.99% | - |
| XYZ | 72.95 | 72.74 | 52.84 | - |
| YUV | 222.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 179 | 0 | 0.15 | 0.29 | 0.01 | 29.19 | 0.95 | 0.85 |
| Hex | FD | D7 | B3 | 0 | F | 1D | 1 | 1D | 5F | 55 |
| Octal | 375 | 327 | 263 | 0 | 17 | 35 | 1 | 35 | 137 | 125 |
| Binary | 11111101 | 11010111 | 10110011 | 0 | 1111 | 11101 | 1 | 11101 | 1011111 | 1010101 |
Color Harmonies of #FDD7B3
Complementary color
Monochromatic Colors of #FDD7B3
Black with #FDD7B3
Text Example
Text Example
White with #FDD7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7B3; }
p { color: rgb(253,215,179); }
H1.HeaderClassName
{
color: #FDD7B3;
}
.AnyTagClassName
{
color: #FDD7B3;
}
</style>
background-color css
<style>
a { background-color: #FDD7B3; }
a { background-color: rgb(253,215,179); }
div.DivClassName
{
background-color: #FDD7B3;
}
.BgClassName
{
background-color: #FDD7B3;
}
</style>
border-color css
<style>
span { border-color: #FDD7B3; }
span { border-color: rgb(253,215,179); }
td.TdClassName
{
border-color: #FDD7B3;
}
.TagClassName
{
border-color: #FDD7B3;
}
</style>