Shades of Tea Rose #F888CB
Tints of Tea Rose #F888CB
RGB
CMYK
RGB Variations
Color information
#F888CB (or 0xF888CB) is known color: Tea Rose. HEX triplet: F8, 88 and CB. RGB value is (248,136,203). Sum of RGB (Red+Green+Blue) = 248+136+203=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 136 (53.52% from 255 or 23.17% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F888CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888CB is #077734. Grayscale: #B0B0B0. Windows color (decimal): -489269 or 13338872. OLE color: 13338872.
HSL color Cylindrical-coordinate representation of color #F888CB: hue angle of 324.11º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F888CB is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 203 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.03 |
| HSL | 324.11º | 0.89% | 0.75% | - |
| HSV(B) | 324.11º | 0.45% | 0.97% | - |
| XYZ | 58.3 | 41.88 | 61.51 | - |
| YUV | 177.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 203 | 0 | 0.45 | 0.18 | 0.03 | 324.11 | 0.89 | 0.75 |
| Hex | F8 | 88 | CB | 0 | 2D | 12 | 3 | 144 | 59 | 4B |
| Octal | 370 | 210 | 313 | 0 | 55 | 22 | 3 | 504 | 131 | 113 |
| Binary | 11111000 | 10001000 | 11001011 | 0 | 101101 | 10010 | 11 | 101000100 | 1011001 | 1001011 |
Color Harmonies of #F888CB
Complementary color
Monochromatic Colors of #F888CB
Black with #F888CB
Text Example
Text Example
White with #F888CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F888CB; }
p { color: rgb(248,136,203); }
H1.HeaderClassName
{
color: #F888CB;
}
.AnyTagClassName
{
color: #F888CB;
}
</style>
background-color css
<style>
a { background-color: #F888CB; }
a { background-color: rgb(248,136,203); }
div.DivClassName
{
background-color: #F888CB;
}
.BgClassName
{
background-color: #F888CB;
}
</style>
border-color css
<style>
span { border-color: #F888CB; }
span { border-color: rgb(248,136,203); }
td.TdClassName
{
border-color: #F888CB;
}
.TagClassName
{
border-color: #F888CB;
}
</style>