Shades of Bianca #F7F1DF
Tints of Bianca #F7F1DF
RGB
CMYK
RGB Variations
Color information
#F7F1DF (or 0xF7F1DF) is known color: Bianca. HEX triplet: F7, F1 and DF. RGB value is (247,241,223). Sum of RGB (Red+Green+Blue) = 247+241+223=711 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.74% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F1DF is #080E20. Grayscale: #F0F0F0. Windows color (decimal): -527905 or 14676471. OLE color: 14676471.
HSL color Cylindrical-coordinate representation of color #F7F1DF: hue angle of 45º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7F1DF is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 223 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.03 |
| HSL | 45º | 0.6% | 0.92% | - |
| HSV(B) | 45º | 0.1% | 0.97% | - |
| XYZ | 83.13 | 88.01 | 82.42 | - |
| YUV | 240.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 223 | 0 | 0.02 | 0.10 | 0.03 | 45 | 0.6 | 0.92 |
| Hex | F7 | F1 | DF | 0 | 2 | A | 3 | 2D | 3C | 5C |
| Octal | 367 | 361 | 337 | 0 | 2 | 12 | 3 | 55 | 74 | 134 |
| Binary | 11110111 | 11110001 | 11011111 | 0 | 10 | 1010 | 11 | 101101 | 111100 | 1011100 |
Color Harmonies of #F7F1DF
Complementary color
Monochromatic Colors of #F7F1DF
Black with #F7F1DF
Text Example
Text Example
White with #F7F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F1DF; }
p { color: rgb(247,241,223); }
H1.HeaderClassName
{
color: #F7F1DF;
}
.AnyTagClassName
{
color: #F7F1DF;
}
</style>
background-color css
<style>
a { background-color: #F7F1DF; }
a { background-color: rgb(247,241,223); }
div.DivClassName
{
background-color: #F7F1DF;
}
.BgClassName
{
background-color: #F7F1DF;
}
</style>
border-color css
<style>
span { border-color: #F7F1DF; }
span { border-color: rgb(247,241,223); }
td.TdClassName
{
border-color: #F7F1DF;
}
.TagClassName
{
border-color: #F7F1DF;
}
</style>