Shades of Tea Rose #F88ACC
Tints of Tea Rose #F88ACC
RGB
CMYK
RGB Variations
Color information
#F88ACC (or 0xF88ACC) is known color: Tea Rose. HEX triplet: F8, 8A and CC. RGB value is (248,138,204). Sum of RGB (Red+Green+Blue) = 248+138+204=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ACC is #077533. Grayscale: #B2B2B2. Windows color (decimal): -488756 or 13404920. OLE color: 13404920.
HSL color Cylindrical-coordinate representation of color #F88ACC: hue angle of 324º 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 #F88ACC is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 138 | 204 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.03 |
| HSL | 324º | 0.89% | 0.76% | - |
| HSV(B) | 324º | 0.44% | 0.97% | - |
| XYZ | 58.7 | 42.49 | 62.23 | - |
| YUV | 178.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 138 | 204 | 0 | 0.44 | 0.18 | 0.03 | 324 | 0.89 | 0.76 |
| Hex | F8 | 8A | CC | 0 | 2C | 12 | 3 | 144 | 59 | 4C |
| Octal | 370 | 212 | 314 | 0 | 54 | 22 | 3 | 504 | 131 | 114 |
| Binary | 11111000 | 10001010 | 11001100 | 0 | 101100 | 10010 | 11 | 101000100 | 1011001 | 1001100 |
Color Harmonies of #F88ACC
Complementary color
Monochromatic Colors of #F88ACC
Black with #F88ACC
Text Example
Text Example
White with #F88ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88ACC; }
p { color: rgb(248,138,204); }
H1.HeaderClassName
{
color: #F88ACC;
}
.AnyTagClassName
{
color: #F88ACC;
}
</style>
background-color css
<style>
a { background-color: #F88ACC; }
a { background-color: rgb(248,138,204); }
div.DivClassName
{
background-color: #F88ACC;
}
.BgClassName
{
background-color: #F88ACC;
}
</style>
border-color css
<style>
span { border-color: #F88ACC; }
span { border-color: rgb(248,138,204); }
td.TdClassName
{
border-color: #F88ACC;
}
.TagClassName
{
border-color: #F88ACC;
}
</style>