Shades of Tutu #FBEDEB
Tints of Tutu #FBEDEB
RGB
CMYK
RGB Variations
Color information
#FBEDEB (or 0xFBEDEB) is known color: Tutu. HEX triplet: FB, ED and EB. RGB value is (251,237,235). Sum of RGB (Red+Green+Blue) = 251+237+235=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 235 (92.19% from 255 or 32.50% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDEB is #041214. Grayscale: #F0F0F0. Windows color (decimal): -266773 or 15461883. OLE color: 15461883.
HSL color Cylindrical-coordinate representation of color #FBEDEB: hue angle of 7.5º degrees, saturation: 0.67, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBEDEB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 235 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.02 |
| HSL | 7.5º | 0.67% | 0.95% | - |
| HSV(B) | 7.5º | 0.06% | 0.98% | - |
| XYZ | 85.06 | 87.08 | 90.92 | - |
| YUV | 240.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 235 | 0 | 0.06 | 0.06 | 0.02 | 7.5 | 0.67 | 0.95 |
| Hex | FB | ED | EB | 0 | 6 | 6 | 2 | 8 | 43 | 5F |
| Octal | 373 | 355 | 353 | 0 | 6 | 6 | 2 | 10 | 103 | 137 |
| Binary | 11111011 | 11101101 | 11101011 | 0 | 110 | 110 | 10 | 1000 | 1000011 | 1011111 |
Color Harmonies of #FBEDEB
Complementary color
Monochromatic Colors of #FBEDEB
Black with #FBEDEB
Text Example
Text Example
White with #FBEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDEB; }
p { color: rgb(251,237,235); }
H1.HeaderClassName
{
color: #FBEDEB;
}
.AnyTagClassName
{
color: #FBEDEB;
}
</style>
background-color css
<style>
a { background-color: #FBEDEB; }
a { background-color: rgb(251,237,235); }
div.DivClassName
{
background-color: #FBEDEB;
}
.BgClassName
{
background-color: #FBEDEB;
}
</style>
border-color css
<style>
span { border-color: #FBEDEB; }
span { border-color: rgb(251,237,235); }
td.TdClassName
{
border-color: #FBEDEB;
}
.TagClassName
{
border-color: #FBEDEB;
}
</style>