Shades of Bianca #F1EDE2
Tints of Bianca #F1EDE2
RGB
CMYK
RGB Variations
Color information
#F1EDE2 (or 0xF1EDE2) is known color: Bianca. HEX triplet: F1, ED and E2. RGB value is (241,237,226). Sum of RGB (Red+Green+Blue) = 241+237+226=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 226 (88.67% from 255 or 32.10% from 704); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDE2 is #0E121D. Grayscale: #ECECEC. Windows color (decimal): -922142 or 14872049. OLE color: 14872049.
HSL color Cylindrical-coordinate representation of color #F1EDE2: hue angle of 44º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1EDE2 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 226 | - |
CMYK | 0 | 0.02 | 0.06 | 0.05 |
HSL | 44º | 0.35% | 0.92% | - |
HSV(B) | 44º | 0.06% | 0.95% | - |
XYZ | 80.29 | 84.76 | 84.08 | - |
YUV | 236.94 | 121.83 | 130.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 226 | 0 | 0.02 | 0.06 | 0.05 | 44 | 0.35 | 0.92 |
Hex | F1 | ED | E2 | 0 | 2 | 6 | 5 | 2C | 23 | 5C |
Octal | 361 | 355 | 342 | 0 | 2 | 6 | 5 | 54 | 43 | 134 |
Binary | 11110001 | 11101101 | 11100010 | 0 | 10 | 110 | 101 | 101100 | 100011 | 1011100 |
Color Harmonies of #F1EDE2
Complementary color
Monochromatic Colors of #F1EDE2
Black with #F1EDE2
Text Example
Text Example
White with #F1EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDE2; }
p { color: rgb(241,237,226); }
H1.HeaderClassName
{
color: #F1EDE2;
}
.AnyTagClassName
{
color: #F1EDE2;
}
</style>
background-color css
<style>
a { background-color: #F1EDE2; }
a { background-color: rgb(241,237,226); }
div.DivClassName
{
background-color: #F1EDE2;
}
.BgClassName
{
background-color: #F1EDE2;
}
</style>
border-color css
<style>
span { border-color: #F1EDE2; }
span { border-color: rgb(241,237,226); }
td.TdClassName
{
border-color: #F1EDE2;
}
.TagClassName
{
border-color: #F1EDE2;
}
</style>