Shades of Rose Bud #F2A69B
Tints of Rose Bud #F2A69B
RGB
CMYK
RGB Variations
Color information
#F2A69B (or 0xF2A69B) is known color: Rose Bud. HEX triplet: F2, A6 and 9B. RGB value is (242,166,155). Sum of RGB (Red+Green+Blue) = 242+166+155=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A69B is #0D5964. Grayscale: #BBBBBB. Windows color (decimal): -874853 or 10200818. OLE color: 10200818.
HSL color Cylindrical-coordinate representation of color #F2A69B: hue angle of 7.59º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2A69B is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 155 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.05 |
| HSL | 7.59º | 0.77% | 0.78% | - |
| HSV(B) | 7.59º | 0.36% | 0.95% | - |
| XYZ | 56.17 | 48.52 | 37.41 | - |
| YUV | 187.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 155 | 0 | 0.31 | 0.36 | 0.05 | 7.59 | 0.77 | 0.78 |
| Hex | F2 | A6 | 9B | 0 | 1F | 24 | 5 | 8 | 4D | 4E |
| Octal | 362 | 246 | 233 | 0 | 37 | 44 | 5 | 10 | 115 | 116 |
| Binary | 11110010 | 10100110 | 10011011 | 0 | 11111 | 100100 | 101 | 1000 | 1001101 | 1001110 |
Color Harmonies of #F2A69B
Complementary color
Monochromatic Colors of #F2A69B
Black with #F2A69B
Text Example
Text Example
White with #F2A69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A69B; }
p { color: rgb(242,166,155); }
H1.HeaderClassName
{
color: #F2A69B;
}
.AnyTagClassName
{
color: #F2A69B;
}
</style>
background-color css
<style>
a { background-color: #F2A69B; }
a { background-color: rgb(242,166,155); }
div.DivClassName
{
background-color: #F2A69B;
}
.BgClassName
{
background-color: #F2A69B;
}
</style>
border-color css
<style>
span { border-color: #F2A69B; }
span { border-color: rgb(242,166,155); }
td.TdClassName
{
border-color: #F2A69B;
}
.TagClassName
{
border-color: #F2A69B;
}
</style>