Shades of Tea Rose #F894CB
Tints of Tea Rose #F894CB
RGB
CMYK
RGB Variations
Color information
#F894CB (or 0xF894CB) is known color: Tea Rose. HEX triplet: F8, 94 and CB. RGB value is (248,148,203). Sum of RGB (Red+Green+Blue) = 248+148+203=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F894CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894CB is #076B34. Grayscale: #B8B8B8. Windows color (decimal): -486197 or 13341944. OLE color: 13341944.
HSL color Cylindrical-coordinate representation of color #F894CB: hue angle of 327º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F894CB is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 203 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.03 |
| HSL | 327º | 0.88% | 0.78% | - |
| HSV(B) | 327º | 0.4% | 0.97% | - |
| XYZ | 60.08 | 45.45 | 62.11 | - |
| YUV | 184.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 203 | 0 | 0.40 | 0.18 | 0.03 | 327 | 0.88 | 0.78 |
| Hex | F8 | 94 | CB | 0 | 28 | 12 | 3 | 147 | 58 | 4E |
| Octal | 370 | 224 | 313 | 0 | 50 | 22 | 3 | 507 | 130 | 116 |
| Binary | 11111000 | 10010100 | 11001011 | 0 | 101000 | 10010 | 11 | 101000111 | 1011000 | 1001110 |
Color Harmonies of #F894CB
Complementary color
Monochromatic Colors of #F894CB
Black with #F894CB
Text Example
Text Example
White with #F894CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F894CB; }
p { color: rgb(248,148,203); }
H1.HeaderClassName
{
color: #F894CB;
}
.AnyTagClassName
{
color: #F894CB;
}
</style>
background-color css
<style>
a { background-color: #F894CB; }
a { background-color: rgb(248,148,203); }
div.DivClassName
{
background-color: #F894CB;
}
.BgClassName
{
background-color: #F894CB;
}
</style>
border-color css
<style>
span { border-color: #F894CB; }
span { border-color: rgb(248,148,203); }
td.TdClassName
{
border-color: #F894CB;
}
.TagClassName
{
border-color: #F894CB;
}
</style>