Shades of Sandy Beach #FBD5AE
Tints of Sandy Beach #FBD5AE
RGB
CMYK
RGB Variations
Color information
#FBD5AE (or 0xFBD5AE) is known color: Sandy Beach. HEX triplet: FB, D5 and AE. RGB value is (251,213,174). Sum of RGB (Red+Green+Blue) = 251+213+174=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD5AE is #042A51. Grayscale: #DCDCDC. Windows color (decimal): -272978 or 11458043. OLE color: 11458043.
HSL color Cylindrical-coordinate representation of color #FBD5AE: hue angle of 30.39º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBD5AE is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 213 | 174 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.02 |
| HSL | 30.39º | 0.91% | 0.83% | - |
| HSV(B) | 30.39º | 0.31% | 0.98% | - |
| XYZ | 71.22 | 71.15 | 50.02 | - |
| YUV | 219.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 213 | 174 | 0 | 0.15 | 0.31 | 0.02 | 30.39 | 0.91 | 0.83 |
| Hex | FB | D5 | AE | 0 | F | 1F | 2 | 1E | 5B | 53 |
| Octal | 373 | 325 | 256 | 0 | 17 | 37 | 2 | 36 | 133 | 123 |
| Binary | 11111011 | 11010101 | 10101110 | 0 | 1111 | 11111 | 10 | 11110 | 1011011 | 1010011 |
Color Harmonies of #FBD5AE
Complementary color
Monochromatic Colors of #FBD5AE
Black with #FBD5AE
Text Example
Text Example
White with #FBD5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD5AE; }
p { color: rgb(251,213,174); }
H1.HeaderClassName
{
color: #FBD5AE;
}
.AnyTagClassName
{
color: #FBD5AE;
}
</style>
background-color css
<style>
a { background-color: #FBD5AE; }
a { background-color: rgb(251,213,174); }
div.DivClassName
{
background-color: #FBD5AE;
}
.BgClassName
{
background-color: #FBD5AE;
}
</style>
border-color css
<style>
span { border-color: #FBD5AE; }
span { border-color: rgb(251,213,174); }
td.TdClassName
{
border-color: #FBD5AE;
}
.TagClassName
{
border-color: #FBD5AE;
}
</style>