Shades of Tutu #FBE2E2
Tints of Tutu #FBE2E2
RGB
CMYK
RGB Variations
Color information
#FBE2E2 (or 0xFBE2E2) is known color: Tutu. HEX triplet: FB, E2 and E2. RGB value is (251,226,226). Sum of RGB (Red+Green+Blue) = 251+226+226=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2E2 is #041D1D. Grayscale: #E9E9E9. Windows color (decimal): -269598 or 14869243. OLE color: 14869243.
HSL color Cylindrical-coordinate representation of color #FBE2E2: hue angle of 0º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE2E2 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 226 | 226 | - |
CMYK | 0 | 0.10 | 0.10 | 0.02 |
HSL | 0º | 0.76% | 0.94% | - |
HSV(B) | 0º | 0.1% | 0.98% | - |
XYZ | 80.71 | 80.39 | 83.22 | - |
YUV | 233.48 | 123.78 | 140.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 226 | 226 | 0 | 0.10 | 0.10 | 0.02 | 0 | 0.76 | 0.94 |
Hex | FB | E2 | E2 | 0 | A | A | 2 | 0 | 4C | 5E |
Octal | 373 | 342 | 342 | 0 | 12 | 12 | 2 | 0 | 114 | 136 |
Binary | 11111011 | 11100010 | 11100010 | 0 | 1010 | 1010 | 10 | 0 | 1001100 | 1011110 |
Color Harmonies of #FBE2E2
Complementary color
Monochromatic Colors of #FBE2E2
Black with #FBE2E2
Text Example
Text Example
White with #FBE2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2E2; }
p { color: rgb(251,226,226); }
H1.HeaderClassName
{
color: #FBE2E2;
}
.AnyTagClassName
{
color: #FBE2E2;
}
</style>
background-color css
<style>
a { background-color: #FBE2E2; }
a { background-color: rgb(251,226,226); }
div.DivClassName
{
background-color: #FBE2E2;
}
.BgClassName
{
background-color: #FBE2E2;
}
</style>
border-color css
<style>
span { border-color: #FBE2E2; }
span { border-color: rgb(251,226,226); }
td.TdClassName
{
border-color: #FBE2E2;
}
.TagClassName
{
border-color: #FBE2E2;
}
</style>