Shades of Tea Rose #FB8CCD
Tints of Tea Rose #FB8CCD
RGB
CMYK
RGB Variations
Color information
#FB8CCD (or 0xFB8CCD) is known color: Tea Rose. HEX triplet: FB, 8C and CD. RGB value is (251,140,205). Sum of RGB (Red+Green+Blue) = 251+140+205=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CCD is #047332. Grayscale: #B4B4B4. Windows color (decimal): -291635 or 13470971. OLE color: 13470971.
HSL color Cylindrical-coordinate representation of color #FB8CCD: hue angle of 324.86º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8CCD is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 205 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.02 |
| HSL | 324.86º | 0.93% | 0.77% | - |
| HSV(B) | 324.86º | 0.44% | 0.98% | - |
| XYZ | 60.18 | 43.67 | 63.02 | - |
| YUV | 180.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 205 | 0 | 0.44 | 0.18 | 0.02 | 324.86 | 0.93 | 0.77 |
| Hex | FB | 8C | CD | 0 | 2C | 12 | 2 | 145 | 5D | 4D |
| Octal | 373 | 214 | 315 | 0 | 54 | 22 | 2 | 505 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11001101 | 0 | 101100 | 10010 | 10 | 101000101 | 1011101 | 1001101 |
Color Harmonies of #FB8CCD
Complementary color
Monochromatic Colors of #FB8CCD
Black with #FB8CCD
Text Example
Text Example
White with #FB8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CCD; }
p { color: rgb(251,140,205); }
H1.HeaderClassName
{
color: #FB8CCD;
}
.AnyTagClassName
{
color: #FB8CCD;
}
</style>
background-color css
<style>
a { background-color: #FB8CCD; }
a { background-color: rgb(251,140,205); }
div.DivClassName
{
background-color: #FB8CCD;
}
.BgClassName
{
background-color: #FB8CCD;
}
</style>
border-color css
<style>
span { border-color: #FB8CCD; }
span { border-color: rgb(251,140,205); }
td.TdClassName
{
border-color: #FB8CCD;
}
.TagClassName
{
border-color: #FB8CCD;
}
</style>