Shades of Wax Flower #F1B7A1
Tints of Wax Flower #F1B7A1
RGB
CMYK
RGB Variations
Color information
#F1B7A1 (or 0xF1B7A1) is known color: Wax Flower. HEX triplet: F1, B7 and A1. RGB value is (241,183,161). Sum of RGB (Red+Green+Blue) = 241+183+161=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B7A1 is #0E485E. Grayscale: #C5C5C5. Windows color (decimal): -936031 or 10598385. OLE color: 10598385.
HSL color Cylindrical-coordinate representation of color #F1B7A1: hue angle of 16.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1B7A1 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 183 | 161 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.05 |
| HSL | 16.5º | 0.74% | 0.79% | - |
| HSV(B) | 16.5º | 0.33% | 0.95% | - |
| XYZ | 59.64 | 55.14 | 41.22 | - |
| YUV | 197.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 183 | 161 | 0 | 0.24 | 0.33 | 0.05 | 16.5 | 0.74 | 0.79 |
| Hex | F1 | B7 | A1 | 0 | 18 | 21 | 5 | 10 | 4A | 4F |
| Octal | 361 | 267 | 241 | 0 | 30 | 41 | 5 | 20 | 112 | 117 |
| Binary | 11110001 | 10110111 | 10100001 | 0 | 11000 | 100001 | 101 | 10000 | 1001010 | 1001111 |
Color Harmonies of #F1B7A1
Complementary color
Monochromatic Colors of #F1B7A1
Black with #F1B7A1
Text Example
Text Example
White with #F1B7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B7A1; }
p { color: rgb(241,183,161); }
H1.HeaderClassName
{
color: #F1B7A1;
}
.AnyTagClassName
{
color: #F1B7A1;
}
</style>
background-color css
<style>
a { background-color: #F1B7A1; }
a { background-color: rgb(241,183,161); }
div.DivClassName
{
background-color: #F1B7A1;
}
.BgClassName
{
background-color: #F1B7A1;
}
</style>
border-color css
<style>
span { border-color: #F1B7A1; }
span { border-color: rgb(241,183,161); }
td.TdClassName
{
border-color: #F1B7A1;
}
.TagClassName
{
border-color: #F1B7A1;
}
</style>