Shades of Wax Flower #F6B4A4
Tints of Wax Flower #F6B4A4
RGB
CMYK
RGB Variations
Color information
#F6B4A4 (or 0xF6B4A4) is known color: Wax Flower. HEX triplet: F6, B4 and A4. RGB value is (246,180,164). Sum of RGB (Red+Green+Blue) = 246+180+164=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B4A4 is #094B5B. Grayscale: #C6C6C6. Windows color (decimal): -609116 or 10794230. OLE color: 10794230.
HSL color Cylindrical-coordinate representation of color #F6B4A4: hue angle of 11.71º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6B4A4 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 180 | 164 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.04 |
| HSL | 11.71º | 0.82% | 0.8% | - |
| HSV(B) | 11.71º | 0.33% | 0.96% | - |
| XYZ | 61.03 | 54.92 | 42.51 | - |
| YUV | 197.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 164 | 0 | 0.27 | 0.33 | 0.04 | 11.71 | 0.82 | 0.8 |
| Hex | F6 | B4 | A4 | 0 | 1B | 21 | 4 | C | 52 | 50 |
| Octal | 366 | 264 | 244 | 0 | 33 | 41 | 4 | 14 | 122 | 120 |
| Binary | 11110110 | 10110100 | 10100100 | 0 | 11011 | 100001 | 100 | 1100 | 1010010 | 1010000 |
Color Harmonies of #F6B4A4
Complementary color
Monochromatic Colors of #F6B4A4
Black with #F6B4A4
Text Example
Text Example
White with #F6B4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B4A4; }
p { color: rgb(246,180,164); }
H1.HeaderClassName
{
color: #F6B4A4;
}
.AnyTagClassName
{
color: #F6B4A4;
}
</style>
background-color css
<style>
a { background-color: #F6B4A4; }
a { background-color: rgb(246,180,164); }
div.DivClassName
{
background-color: #F6B4A4;
}
.BgClassName
{
background-color: #F6B4A4;
}
</style>
border-color css
<style>
span { border-color: #F6B4A4; }
span { border-color: rgb(246,180,164); }
td.TdClassName
{
border-color: #F6B4A4;
}
.TagClassName
{
border-color: #F6B4A4;
}
</style>