Shades of Tea Rose #F893C4
Tints of Tea Rose #F893C4
RGB
CMYK
RGB Variations
Color information
#F893C4 (or 0xF893C4) is known color: Tea Rose. HEX triplet: F8, 93 and C4. RGB value is (248,147,196). Sum of RGB (Red+Green+Blue) = 248+147+196=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F893C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893C4 is #076C3B. Grayscale: #B6B6B6. Windows color (decimal): -486460 or 12882936. OLE color: 12882936.
HSL color Cylindrical-coordinate representation of color #F893C4: hue angle of 330.89º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893C4 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 196 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.03 |
| HSL | 330.89º | 0.88% | 0.77% | - |
| HSV(B) | 330.89º | 0.41% | 0.97% | - |
| XYZ | 59.11 | 44.81 | 57.76 | - |
| YUV | 182.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 196 | 0 | 0.41 | 0.21 | 0.03 | 330.89 | 0.88 | 0.77 |
| Hex | F8 | 93 | C4 | 0 | 29 | 15 | 3 | 14B | 58 | 4D |
| Octal | 370 | 223 | 304 | 0 | 51 | 25 | 3 | 513 | 130 | 115 |
| Binary | 11111000 | 10010011 | 11000100 | 0 | 101001 | 10101 | 11 | 101001011 | 1011000 | 1001101 |
Color Harmonies of #F893C4
Complementary color
Monochromatic Colors of #F893C4
Black with #F893C4
Text Example
Text Example
White with #F893C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F893C4; }
p { color: rgb(248,147,196); }
H1.HeaderClassName
{
color: #F893C4;
}
.AnyTagClassName
{
color: #F893C4;
}
</style>
background-color css
<style>
a { background-color: #F893C4; }
a { background-color: rgb(248,147,196); }
div.DivClassName
{
background-color: #F893C4;
}
.BgClassName
{
background-color: #F893C4;
}
</style>
border-color css
<style>
span { border-color: #F893C4; }
span { border-color: rgb(248,147,196); }
td.TdClassName
{
border-color: #F893C4;
}
.TagClassName
{
border-color: #F893C4;
}
</style>