Shades of Sandy Beach #FDD7AF
Tints of Sandy Beach #FDD7AF
RGB
CMYK
RGB Variations
Color information
#FDD7AF (or 0xFDD7AF) is known color: Sandy Beach. HEX triplet: FD, D7 and AF. RGB value is (253,215,175). Sum of RGB (Red+Green+Blue) = 253+215+175=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD7AF is #022850. Grayscale: #DEDEDE. Windows color (decimal): -141393 or 11524093. OLE color: 11524093.
HSL color Cylindrical-coordinate representation of color #FDD7AF: hue angle of 30.77º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDD7AF is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 175 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.01 |
| HSL | 30.77º | 0.95% | 0.84% | - |
| HSV(B) | 30.77º | 0.31% | 0.99% | - |
| XYZ | 72.55 | 72.58 | 50.74 | - |
| YUV | 221.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 175 | 0 | 0.15 | 0.31 | 0.01 | 30.77 | 0.95 | 0.84 |
| Hex | FD | D7 | AF | 0 | F | 1F | 1 | 1F | 5F | 54 |
| Octal | 375 | 327 | 257 | 0 | 17 | 37 | 1 | 37 | 137 | 124 |
| Binary | 11111101 | 11010111 | 10101111 | 0 | 1111 | 11111 | 1 | 11111 | 1011111 | 1010100 |
Color Harmonies of #FDD7AF
Complementary color
Monochromatic Colors of #FDD7AF
Black with #FDD7AF
Text Example
Text Example
White with #FDD7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7AF; }
p { color: rgb(253,215,175); }
H1.HeaderClassName
{
color: #FDD7AF;
}
.AnyTagClassName
{
color: #FDD7AF;
}
</style>
background-color css
<style>
a { background-color: #FDD7AF; }
a { background-color: rgb(253,215,175); }
div.DivClassName
{
background-color: #FDD7AF;
}
.BgClassName
{
background-color: #FDD7AF;
}
</style>
border-color css
<style>
span { border-color: #FDD7AF; }
span { border-color: rgb(253,215,175); }
td.TdClassName
{
border-color: #FDD7AF;
}
.TagClassName
{
border-color: #FDD7AF;
}
</style>