Shades of Tea Rose #F48ACE
Tints of Tea Rose #F48ACE
RGB
CMYK
RGB Variations
Color information
#F48ACE (or 0xF48ACE) is known color: Tea Rose. HEX triplet: F4, 8A and CE. RGB value is (244,138,206). Sum of RGB (Red+Green+Blue) = 244+138+206=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ACE is #0B7531. Grayscale: #B1B1B1. Windows color (decimal): -750898 or 13535988. OLE color: 13535988.
HSL color Cylindrical-coordinate representation of color #F48ACE: hue angle of 321.51º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48ACE is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 206 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.04 |
| HSL | 321.51º | 0.83% | 0.75% | - |
| HSV(B) | 321.51º | 0.43% | 0.96% | - |
| XYZ | 57.54 | 41.87 | 63.44 | - |
| YUV | 177.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 206 | 0 | 0.43 | 0.16 | 0.04 | 321.51 | 0.83 | 0.75 |
| Hex | F4 | 8A | CE | 0 | 2B | 10 | 4 | 142 | 53 | 4B |
| Octal | 364 | 212 | 316 | 0 | 53 | 20 | 4 | 502 | 123 | 113 |
| Binary | 11110100 | 10001010 | 11001110 | 0 | 101011 | 10000 | 100 | 101000010 | 1010011 | 1001011 |
Color Harmonies of #F48ACE
Complementary color
Monochromatic Colors of #F48ACE
Black with #F48ACE
Text Example
Text Example
White with #F48ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48ACE; }
p { color: rgb(244,138,206); }
H1.HeaderClassName
{
color: #F48ACE;
}
.AnyTagClassName
{
color: #F48ACE;
}
</style>
background-color css
<style>
a { background-color: #F48ACE; }
a { background-color: rgb(244,138,206); }
div.DivClassName
{
background-color: #F48ACE;
}
.BgClassName
{
background-color: #F48ACE;
}
</style>
border-color css
<style>
span { border-color: #F48ACE; }
span { border-color: rgb(244,138,206); }
td.TdClassName
{
border-color: #F48ACE;
}
.TagClassName
{
border-color: #F48ACE;
}
</style>