Shades of Tea Rose #F88ACB
Tints of Tea Rose #F88ACB
RGB
CMYK
RGB Variations
Color information
#F88ACB (or 0xF88ACB) is known color: Tea Rose. HEX triplet: F8, 8A and CB. RGB value is (248,138,203). Sum of RGB (Red+Green+Blue) = 248+138+203=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ACB is #077534. Grayscale: #B2B2B2. Windows color (decimal): -488757 or 13339384. OLE color: 13339384.
HSL color Cylindrical-coordinate representation of color #F88ACB: hue angle of 324.55º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88ACB is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 138 | 203 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.03 |
| HSL | 324.55º | 0.89% | 0.76% | - |
| HSV(B) | 324.55º | 0.44% | 0.97% | - |
| XYZ | 58.58 | 42.45 | 61.61 | - |
| YUV | 178.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 138 | 203 | 0 | 0.44 | 0.18 | 0.03 | 324.55 | 0.89 | 0.76 |
| Hex | F8 | 8A | CB | 0 | 2C | 12 | 3 | 145 | 59 | 4C |
| Octal | 370 | 212 | 313 | 0 | 54 | 22 | 3 | 505 | 131 | 114 |
| Binary | 11111000 | 10001010 | 11001011 | 0 | 101100 | 10010 | 11 | 101000101 | 1011001 | 1001100 |
Color Harmonies of #F88ACB
Complementary color
Monochromatic Colors of #F88ACB
Black with #F88ACB
Text Example
Text Example
White with #F88ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88ACB; }
p { color: rgb(248,138,203); }
H1.HeaderClassName
{
color: #F88ACB;
}
.AnyTagClassName
{
color: #F88ACB;
}
</style>
background-color css
<style>
a { background-color: #F88ACB; }
a { background-color: rgb(248,138,203); }
div.DivClassName
{
background-color: #F88ACB;
}
.BgClassName
{
background-color: #F88ACB;
}
</style>
border-color css
<style>
span { border-color: #F88ACB; }
span { border-color: rgb(248,138,203); }
td.TdClassName
{
border-color: #F88ACB;
}
.TagClassName
{
border-color: #F88ACB;
}
</style>