Shades of Serenade #FBEADB
Tints of Serenade #FBEADB
RGB
CMYK
RGB Variations
Color information
#FBEADB (or 0xFBEADB) is known color: Serenade. HEX triplet: FB, EA and DB. RGB value is (251,234,219). Sum of RGB (Red+Green+Blue) = 251+234+219=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEADB is #041524. Grayscale: #EDEDED. Windows color (decimal): -267557 or 14412539. OLE color: 14412539.
HSL color Cylindrical-coordinate representation of color #FBEADB: hue angle of 28.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBEADB is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 234 | 219 | - |
CMYK | 0 | 0.07 | 0.13 | 0.02 |
HSL | 28.13º | 0.8% | 0.92% | - |
HSV(B) | 28.13º | 0.13% | 0.98% | - |
XYZ | 81.99 | 84.47 | 79 | - |
YUV | 237.37 | 117.63 | 137.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 234 | 219 | 0 | 0.07 | 0.13 | 0.02 | 28.13 | 0.8 | 0.92 |
Hex | FB | EA | DB | 0 | 7 | D | 2 | 1C | 50 | 5C |
Octal | 373 | 352 | 333 | 0 | 7 | 15 | 2 | 34 | 120 | 134 |
Binary | 11111011 | 11101010 | 11011011 | 0 | 111 | 1101 | 10 | 11100 | 1010000 | 1011100 |
Color Harmonies of #FBEADB
Complementary color
Monochromatic Colors of #FBEADB
Black with #FBEADB
Text Example
Text Example
White with #FBEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEADB; }
p { color: rgb(251,234,219); }
H1.HeaderClassName
{
color: #FBEADB;
}
.AnyTagClassName
{
color: #FBEADB;
}
</style>
background-color css
<style>
a { background-color: #FBEADB; }
a { background-color: rgb(251,234,219); }
div.DivClassName
{
background-color: #FBEADB;
}
.BgClassName
{
background-color: #FBEADB;
}
</style>
border-color css
<style>
span { border-color: #FBEADB; }
span { border-color: rgb(251,234,219); }
td.TdClassName
{
border-color: #FBEADB;
}
.TagClassName
{
border-color: #FBEADB;
}
</style>