Shades of Tea Rose #F885CB
Tints of Tea Rose #F885CB
RGB
CMYK
RGB Variations
Color information
#F885CB (or 0xF885CB) is known color: Tea Rose. HEX triplet: F8, 85 and CB. RGB value is (248,133,203). Sum of RGB (Red+Green+Blue) = 248+133+203=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F885CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885CB is #077A34. Grayscale: #AFAFAF. Windows color (decimal): -490037 or 13338104. OLE color: 13338104.
HSL color Cylindrical-coordinate representation of color #F885CB: hue angle of 323.48º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F885CB is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 203 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.03 |
| HSL | 323.48º | 0.89% | 0.75% | - |
| HSV(B) | 323.48º | 0.46% | 0.97% | - |
| XYZ | 57.88 | 41.04 | 61.37 | - |
| YUV | 175.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 203 | 0 | 0.46 | 0.18 | 0.03 | 323.48 | 0.89 | 0.75 |
| Hex | F8 | 85 | CB | 0 | 2E | 12 | 3 | 143 | 59 | 4B |
| Octal | 370 | 205 | 313 | 0 | 56 | 22 | 3 | 503 | 131 | 113 |
| Binary | 11111000 | 10000101 | 11001011 | 0 | 101110 | 10010 | 11 | 101000011 | 1011001 | 1001011 |
Color Harmonies of #F885CB
Complementary color
Monochromatic Colors of #F885CB
Black with #F885CB
Text Example
Text Example
White with #F885CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F885CB; }
p { color: rgb(248,133,203); }
H1.HeaderClassName
{
color: #F885CB;
}
.AnyTagClassName
{
color: #F885CB;
}
</style>
background-color css
<style>
a { background-color: #F885CB; }
a { background-color: rgb(248,133,203); }
div.DivClassName
{
background-color: #F885CB;
}
.BgClassName
{
background-color: #F885CB;
}
</style>
border-color css
<style>
span { border-color: #F885CB; }
span { border-color: rgb(248,133,203); }
td.TdClassName
{
border-color: #F885CB;
}
.TagClassName
{
border-color: #F885CB;
}
</style>