Shades of Tea Rose #FB8FCC
Tints of Tea Rose #FB8FCC
RGB
CMYK
RGB Variations
Color information
#FB8FCC (or 0xFB8FCC) is known color: Tea Rose. HEX triplet: FB, 8F and CC. RGB value is (251,143,204). Sum of RGB (Red+Green+Blue) = 251+143+204=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FCC is #047033. Grayscale: #B6B6B6. Windows color (decimal): -290868 or 13406203. OLE color: 13406203.
HSL color Cylindrical-coordinate representation of color #FB8FCC: hue angle of 326.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8FCC is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 204 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.02 |
| HSL | 326.11º | 0.93% | 0.77% | - |
| HSV(B) | 326.11º | 0.43% | 0.98% | - |
| XYZ | 60.51 | 44.51 | 62.53 | - |
| YUV | 182.25 | 140.28 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 204 | 0 | 0.43 | 0.19 | 0.02 | 326.11 | 0.93 | 0.77 |
| Hex | FB | 8F | CC | 0 | 2B | 13 | 2 | 146 | 5D | 4D |
| Octal | 373 | 217 | 314 | 0 | 53 | 23 | 2 | 506 | 135 | 115 |
| Binary | 11111011 | 10001111 | 11001100 | 0 | 101011 | 10011 | 10 | 101000110 | 1011101 | 1001101 |
Color Harmonies of #FB8FCC
Complementary color
Monochromatic Colors of #FB8FCC
Black with #FB8FCC
Text Example
Text Example
White with #FB8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FCC; }
p { color: rgb(251,143,204); }
H1.HeaderClassName
{
color: #FB8FCC;
}
.AnyTagClassName
{
color: #FB8FCC;
}
</style>
background-color css
<style>
a { background-color: #FB8FCC; }
a { background-color: rgb(251,143,204); }
div.DivClassName
{
background-color: #FB8FCC;
}
.BgClassName
{
background-color: #FB8FCC;
}
</style>
border-color css
<style>
span { border-color: #FB8FCC; }
span { border-color: rgb(251,143,204); }
td.TdClassName
{
border-color: #FB8FCC;
}
.TagClassName
{
border-color: #FB8FCC;
}
</style>