Shades of Sandy Beach #FDD7B0
Tints of Sandy Beach #FDD7B0
RGB
CMYK
RGB Variations
Color information
#FDD7B0 (or 0xFDD7B0) is known color: Sandy Beach. HEX triplet: FD, D7 and B0. RGB value is (253,215,176). Sum of RGB (Red+Green+Blue) = 253+215+176=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD7B0 is #02284F. Grayscale: #DEDEDE. Windows color (decimal): -141392 or 11589629. OLE color: 11589629.
HSL color Cylindrical-coordinate representation of color #FDD7B0: hue angle of 30.39º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDD7B0 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 215 | 176 | - |
CMYK | 0 | 0.15 | 0.30 | 0.01 |
HSL | 30.39º | 0.95% | 0.84% | - |
HSV(B) | 30.39º | 0.3% | 0.99% | - |
XYZ | 72.64 | 72.62 | 51.26 | - |
YUV | 221.92 | 102.09 | 150.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 215 | 176 | 0 | 0.15 | 0.30 | 0.01 | 30.39 | 0.95 | 0.84 |
Hex | FD | D7 | B0 | 0 | F | 1E | 1 | 1E | 5F | 54 |
Octal | 375 | 327 | 260 | 0 | 17 | 36 | 1 | 36 | 137 | 124 |
Binary | 11111101 | 11010111 | 10110000 | 0 | 1111 | 11110 | 1 | 11110 | 1011111 | 1010100 |
Color Harmonies of #FDD7B0
Complementary color
Monochromatic Colors of #FDD7B0
Black with #FDD7B0
Text Example
Text Example
White with #FDD7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7B0; }
p { color: rgb(253,215,176); }
H1.HeaderClassName
{
color: #FDD7B0;
}
.AnyTagClassName
{
color: #FDD7B0;
}
</style>
background-color css
<style>
a { background-color: #FDD7B0; }
a { background-color: rgb(253,215,176); }
div.DivClassName
{
background-color: #FDD7B0;
}
.BgClassName
{
background-color: #FDD7B0;
}
</style>
border-color css
<style>
span { border-color: #FDD7B0; }
span { border-color: rgb(253,215,176); }
td.TdClassName
{
border-color: #FDD7B0;
}
.TagClassName
{
border-color: #FDD7B0;
}
</style>