Shades of Sandy Beach #FDD9B5
Tints of Sandy Beach #FDD9B5
RGB
CMYK
RGB Variations
Color information
#FDD9B5 (or 0xFDD9B5) is known color: Sandy Beach. HEX triplet: FD, D9 and B5. RGB value is (253,217,181). Sum of RGB (Red+Green+Blue) = 253+217+181=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 181 (71.09% from 255 or 27.80% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9B5 is #02264A. Grayscale: #DFDFDF. Windows color (decimal): -140875 or 11917821. OLE color: 11917821.
HSL color Cylindrical-coordinate representation of color #FDD9B5: hue angle of 30º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDD9B5 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 217 | 181 | - |
CMYK | 0 | 0.14 | 0.28 | 0.01 |
HSL | 30º | 0.95% | 0.85% | - |
HSV(B) | 30º | 0.28% | 0.99% | - |
XYZ | 73.66 | 73.84 | 54.09 | - |
YUV | 223.66 | 103.93 | 148.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 217 | 181 | 0 | 0.14 | 0.28 | 0.01 | 30 | 0.95 | 0.85 |
Hex | FD | D9 | B5 | 0 | E | 1C | 1 | 1E | 5F | 55 |
Octal | 375 | 331 | 265 | 0 | 16 | 34 | 1 | 36 | 137 | 125 |
Binary | 11111101 | 11011001 | 10110101 | 0 | 1110 | 11100 | 1 | 11110 | 1011111 | 1010101 |
Color Harmonies of #FDD9B5
Complementary color
Monochromatic Colors of #FDD9B5
Black with #FDD9B5
Text Example
Text Example
White with #FDD9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9B5; }
p { color: rgb(253,217,181); }
H1.HeaderClassName
{
color: #FDD9B5;
}
.AnyTagClassName
{
color: #FDD9B5;
}
</style>
background-color css
<style>
a { background-color: #FDD9B5; }
a { background-color: rgb(253,217,181); }
div.DivClassName
{
background-color: #FDD9B5;
}
.BgClassName
{
background-color: #FDD9B5;
}
</style>
border-color css
<style>
span { border-color: #FDD9B5; }
span { border-color: rgb(253,217,181); }
td.TdClassName
{
border-color: #FDD9B5;
}
.TagClassName
{
border-color: #FDD9B5;
}
</style>