Shades of Tea Rose #FB8DD2
Tints of Tea Rose #FB8DD2
RGB
CMYK
RGB Variations
Color information
#FB8DD2 (or 0xFB8DD2) is known color: Tea Rose. HEX triplet: FB, 8D and D2. RGB value is (251,141,210). Sum of RGB (Red+Green+Blue) = 251+141+210=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DD2 is #04722D. Grayscale: #B5B5B5. Windows color (decimal): -291374 or 13798907. OLE color: 13798907.
HSL color Cylindrical-coordinate representation of color #FB8DD2: hue angle of 322.36º 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 #FB8DD2 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 210 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.02 |
| HSL | 322.36º | 0.93% | 0.77% | - |
| HSV(B) | 322.36º | 0.44% | 0.98% | - |
| XYZ | 60.94 | 44.21 | 66.29 | - |
| YUV | 181.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 210 | 0 | 0.44 | 0.16 | 0.02 | 322.36 | 0.93 | 0.77 |
| Hex | FB | 8D | D2 | 0 | 2C | 10 | 2 | 142 | 5D | 4D |
| Octal | 373 | 215 | 322 | 0 | 54 | 20 | 2 | 502 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11010010 | 0 | 101100 | 10000 | 10 | 101000010 | 1011101 | 1001101 |
Color Harmonies of #FB8DD2
Complementary color
Monochromatic Colors of #FB8DD2
Black with #FB8DD2
Text Example
Text Example
White with #FB8DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DD2; }
p { color: rgb(251,141,210); }
H1.HeaderClassName
{
color: #FB8DD2;
}
.AnyTagClassName
{
color: #FB8DD2;
}
</style>
background-color css
<style>
a { background-color: #FB8DD2; }
a { background-color: rgb(251,141,210); }
div.DivClassName
{
background-color: #FB8DD2;
}
.BgClassName
{
background-color: #FB8DD2;
}
</style>
border-color css
<style>
span { border-color: #FB8DD2; }
span { border-color: rgb(251,141,210); }
td.TdClassName
{
border-color: #FB8DD2;
}
.TagClassName
{
border-color: #FB8DD2;
}
</style>