Shades of Sandy Beach #FEDBB7
Tints of Sandy Beach #FEDBB7
RGB
CMYK
RGB Variations
Color information
#FEDBB7 (or 0xFEDBB7) is known color: Sandy Beach. HEX triplet: FE, DB and B7. RGB value is (254,219,183). Sum of RGB (Red+Green+Blue) = 254+219+183=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 183 (71.88% from 255 or 27.90% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBB7 is #012448. Grayscale: #E1E1E1. Windows color (decimal): -74825 or 12049406. OLE color: 12049406.
HSL color Cylindrical-coordinate representation of color #FEDBB7: hue angle of 30.42º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEDBB7 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 219 | 183 | - |
CMYK | 0 | 0.14 | 0.28 | 0.00 |
HSL | 30.42º | 0.97% | 0.86% | - |
HSV(B) | 30.42º | 0.28% | 1% | - |
XYZ | 74.75 | 75.15 | 55.37 | - |
YUV | 225.36 | 104.1 | 148.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 219 | 183 | 0 | 0.14 | 0.28 | 0.00 | 30.42 | 0.97 | 0.86 |
Hex | FE | DB | B7 | 0 | E | 1C | 0 | 1E | 61 | 56 |
Octal | 376 | 333 | 267 | 0 | 16 | 34 | 0 | 36 | 141 | 126 |
Binary | 11111110 | 11011011 | 10110111 | 0 | 1110 | 11100 | 0 | 11110 | 1100001 | 1010110 |
Color Harmonies of #FEDBB7
Complementary color
Monochromatic Colors of #FEDBB7
Black with #FEDBB7
Text Example
Text Example
White with #FEDBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBB7; }
p { color: rgb(254,219,183); }
H1.HeaderClassName
{
color: #FEDBB7;
}
.AnyTagClassName
{
color: #FEDBB7;
}
</style>
background-color css
<style>
a { background-color: #FEDBB7; }
a { background-color: rgb(254,219,183); }
div.DivClassName
{
background-color: #FEDBB7;
}
.BgClassName
{
background-color: #FEDBB7;
}
</style>
border-color css
<style>
span { border-color: #FEDBB7; }
span { border-color: rgb(254,219,183); }
td.TdClassName
{
border-color: #FEDBB7;
}
.TagClassName
{
border-color: #FEDBB7;
}
</style>