Shades of Bianca #F3EDE0
Tints of Bianca #F3EDE0
RGB
CMYK
RGB Variations
Color information
#F3EDE0 (or 0xF3EDE0) is known color: Bianca. HEX triplet: F3, ED and E0. RGB value is (243,237,224). Sum of RGB (Red+Green+Blue) = 243+237+224=704 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.52% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 224 (87.89% from 255 or 31.82% from 704); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDE0 is #0C121F. Grayscale: #EDEDED. Windows color (decimal): -791072 or 14740979. OLE color: 14740979.
HSL color Cylindrical-coordinate representation of color #F3EDE0: hue angle of 41.05º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F3EDE0 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 224 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.05 |
| HSL | 41.05º | 0.44% | 0.92% | - |
| HSV(B) | 41.05º | 0.08% | 0.95% | - |
| XYZ | 80.7 | 85 | 82.68 | - |
| YUV | 237.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 224 | 0 | 0.02 | 0.08 | 0.05 | 41.05 | 0.44 | 0.92 |
| Hex | F3 | ED | E0 | 0 | 2 | 8 | 5 | 29 | 2C | 5C |
| Octal | 363 | 355 | 340 | 0 | 2 | 10 | 5 | 51 | 54 | 134 |
| Binary | 11110011 | 11101101 | 11100000 | 0 | 10 | 1000 | 101 | 101001 | 101100 | 1011100 |
Color Harmonies of #F3EDE0
Complementary color
Monochromatic Colors of #F3EDE0
Black with #F3EDE0
Text Example
Text Example
White with #F3EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EDE0; }
p { color: rgb(243,237,224); }
H1.HeaderClassName
{
color: #F3EDE0;
}
.AnyTagClassName
{
color: #F3EDE0;
}
</style>
background-color css
<style>
a { background-color: #F3EDE0; }
a { background-color: rgb(243,237,224); }
div.DivClassName
{
background-color: #F3EDE0;
}
.BgClassName
{
background-color: #F3EDE0;
}
</style>
border-color css
<style>
span { border-color: #F3EDE0; }
span { border-color: rgb(243,237,224); }
td.TdClassName
{
border-color: #F3EDE0;
}
.TagClassName
{
border-color: #F3EDE0;
}
</style>