Shades of Wax Flower #F1B1A2
Tints of Wax Flower #F1B1A2
RGB
CMYK
RGB Variations
Color information
#F1B1A2 (or 0xF1B1A2) is known color: Wax Flower. HEX triplet: F1, B1 and A2. RGB value is (241,177,162). Sum of RGB (Red+Green+Blue) = 241+177+162=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B1A2 is #0E4E5D. Grayscale: #C2C2C2. Windows color (decimal): -937566 or 10662385. OLE color: 10662385.
HSL color Cylindrical-coordinate representation of color #F1B1A2: hue angle of 11.39º 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 #F1B1A2 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 162 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.05 |
| HSL | 11.39º | 0.74% | 0.79% | - |
| HSV(B) | 11.39º | 0.33% | 0.95% | - |
| XYZ | 58.52 | 52.75 | 41.28 | - |
| YUV | 194.43 | 109.7 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 162 | 0 | 0.27 | 0.33 | 0.05 | 11.39 | 0.74 | 0.79 |
| Hex | F1 | B1 | A2 | 0 | 1B | 21 | 5 | B | 4A | 4F |
| Octal | 361 | 261 | 242 | 0 | 33 | 41 | 5 | 13 | 112 | 117 |
| Binary | 11110001 | 10110001 | 10100010 | 0 | 11011 | 100001 | 101 | 1011 | 1001010 | 1001111 |
Color Harmonies of #F1B1A2
Complementary color
Monochromatic Colors of #F1B1A2
Black with #F1B1A2
Text Example
Text Example
White with #F1B1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1A2; }
p { color: rgb(241,177,162); }
H1.HeaderClassName
{
color: #F1B1A2;
}
.AnyTagClassName
{
color: #F1B1A2;
}
</style>
background-color css
<style>
a { background-color: #F1B1A2; }
a { background-color: rgb(241,177,162); }
div.DivClassName
{
background-color: #F1B1A2;
}
.BgClassName
{
background-color: #F1B1A2;
}
</style>
border-color css
<style>
span { border-color: #F1B1A2; }
span { border-color: rgb(241,177,162); }
td.TdClassName
{
border-color: #F1B1A2;
}
.TagClassName
{
border-color: #F1B1A2;
}
</style>