Shades of Wax Flower #F2B5A5
Tints of Wax Flower #F2B5A5
RGB
CMYK
RGB Variations
Color information
#F2B5A5 (or 0xF2B5A5) is known color: Wax Flower. HEX triplet: F2, B5 and A5. RGB value is (242,181,165). Sum of RGB (Red+Green+Blue) = 242+181+165=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B5A5 is #0D4A5A. Grayscale: #C5C5C5. Windows color (decimal): -871003 or 10860018. OLE color: 10860018.
HSL color Cylindrical-coordinate representation of color #F2B5A5: hue angle of 12.47º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2B5A5 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 165 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.05 |
| HSL | 12.47º | 0.75% | 0.8% | - |
| HSV(B) | 12.47º | 0.32% | 0.95% | - |
| XYZ | 59.93 | 54.64 | 42.99 | - |
| YUV | 197.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 165 | 0 | 0.25 | 0.32 | 0.05 | 12.47 | 0.75 | 0.8 |
| Hex | F2 | B5 | A5 | 0 | 19 | 20 | 5 | C | 4B | 50 |
| Octal | 362 | 265 | 245 | 0 | 31 | 40 | 5 | 14 | 113 | 120 |
| Binary | 11110010 | 10110101 | 10100101 | 0 | 11001 | 100000 | 101 | 1100 | 1001011 | 1010000 |
Color Harmonies of #F2B5A5
Complementary color
Monochromatic Colors of #F2B5A5
Black with #F2B5A5
Text Example
Text Example
White with #F2B5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5A5; }
p { color: rgb(242,181,165); }
H1.HeaderClassName
{
color: #F2B5A5;
}
.AnyTagClassName
{
color: #F2B5A5;
}
</style>
background-color css
<style>
a { background-color: #F2B5A5; }
a { background-color: rgb(242,181,165); }
div.DivClassName
{
background-color: #F2B5A5;
}
.BgClassName
{
background-color: #F2B5A5;
}
</style>
border-color css
<style>
span { border-color: #F2B5A5; }
span { border-color: rgb(242,181,165); }
td.TdClassName
{
border-color: #F2B5A5;
}
.TagClassName
{
border-color: #F2B5A5;
}
</style>