Shades of Rose Bud #F3AA9D
Tints of Rose Bud #F3AA9D
RGB
CMYK
RGB Variations
Color information
#F3AA9D (or 0xF3AA9D) is known color: Rose Bud. HEX triplet: F3, AA and 9D. RGB value is (243,170,157). Sum of RGB (Red+Green+Blue) = 243+170+157=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AA9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AA9D is #0C5562. Grayscale: #BEBEBE. Windows color (decimal): -808291 or 10332915. OLE color: 10332915.
HSL color Cylindrical-coordinate representation of color #F3AA9D: hue angle of 9.07º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3AA9D is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 157 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.05 |
| HSL | 9.07º | 0.78% | 0.78% | - |
| HSV(B) | 9.07º | 0.35% | 0.95% | - |
| XYZ | 57.42 | 50.24 | 38.57 | - |
| YUV | 190.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 157 | 0 | 0.30 | 0.35 | 0.05 | 9.07 | 0.78 | 0.78 |
| Hex | F3 | AA | 9D | 0 | 1E | 23 | 5 | 9 | 4E | 4E |
| Octal | 363 | 252 | 235 | 0 | 36 | 43 | 5 | 11 | 116 | 116 |
| Binary | 11110011 | 10101010 | 10011101 | 0 | 11110 | 100011 | 101 | 1001 | 1001110 | 1001110 |
Color Harmonies of #F3AA9D
Complementary color
Monochromatic Colors of #F3AA9D
Black with #F3AA9D
Text Example
Text Example
White with #F3AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AA9D; }
p { color: rgb(243,170,157); }
H1.HeaderClassName
{
color: #F3AA9D;
}
.AnyTagClassName
{
color: #F3AA9D;
}
</style>
background-color css
<style>
a { background-color: #F3AA9D; }
a { background-color: rgb(243,170,157); }
div.DivClassName
{
background-color: #F3AA9D;
}
.BgClassName
{
background-color: #F3AA9D;
}
</style>
border-color css
<style>
span { border-color: #F3AA9D; }
span { border-color: rgb(243,170,157); }
td.TdClassName
{
border-color: #F3AA9D;
}
.TagClassName
{
border-color: #F3AA9D;
}
</style>