Shades of Sandy Beach #FDDCB3
Tints of Sandy Beach #FDDCB3
RGB
CMYK
RGB Variations
Color information
#FDDCB3 (or 0xFDDCB3) is known color: Sandy Beach. HEX triplet: FD, DC and B3. RGB value is (253,220,179). Sum of RGB (Red+Green+Blue) = 253+220+179=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCB3 is #02234C. Grayscale: #E1E1E1. Windows color (decimal): -140109 or 11787517. OLE color: 11787517.
HSL color Cylindrical-coordinate representation of color #FDDCB3: hue angle of 33.24º 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 #FDDCB3 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 179 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.01 |
| HSL | 33.24º | 0.95% | 0.85% | - |
| HSV(B) | 33.24º | 0.29% | 0.99% | - |
| XYZ | 74.24 | 75.32 | 53.27 | - |
| YUV | 225.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 179 | 0 | 0.13 | 0.29 | 0.01 | 33.24 | 0.95 | 0.85 |
| Hex | FD | DC | B3 | 0 | D | 1D | 1 | 21 | 5F | 55 |
| Octal | 375 | 334 | 263 | 0 | 15 | 35 | 1 | 41 | 137 | 125 |
| Binary | 11111101 | 11011100 | 10110011 | 0 | 1101 | 11101 | 1 | 100001 | 1011111 | 1010101 |
Color Harmonies of #FDDCB3
Complementary color
Monochromatic Colors of #FDDCB3
Black with #FDDCB3
Text Example
Text Example
White with #FDDCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCB3; }
p { color: rgb(253,220,179); }
H1.HeaderClassName
{
color: #FDDCB3;
}
.AnyTagClassName
{
color: #FDDCB3;
}
</style>
background-color css
<style>
a { background-color: #FDDCB3; }
a { background-color: rgb(253,220,179); }
div.DivClassName
{
background-color: #FDDCB3;
}
.BgClassName
{
background-color: #FDDCB3;
}
</style>
border-color css
<style>
span { border-color: #FDDCB3; }
span { border-color: rgb(253,220,179); }
td.TdClassName
{
border-color: #FDDCB3;
}
.TagClassName
{
border-color: #FDDCB3;
}
</style>