Shades of Tea Rose #FD8CB8
Tints of Tea Rose #FD8CB8
RGB
CMYK
RGB Variations
Color information
#FD8CB8 (or 0xFD8CB8) is known color: Tea Rose. HEX triplet: FD, 8C and B8. RGB value is (253,140,184). Sum of RGB (Red+Green+Blue) = 253+140+184=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CB8 is #027347. Grayscale: #B2B2B2. Windows color (decimal): -160584 or 12094717. OLE color: 12094717.
HSL color Cylindrical-coordinate representation of color #FD8CB8: hue angle of 336.64º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8CB8 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 184 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.01 |
| HSL | 336.64º | 0.97% | 0.77% | - |
| HSV(B) | 336.64º | 0.45% | 0.99% | - |
| XYZ | 58.54 | 43.1 | 50.58 | - |
| YUV | 178.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 184 | 0 | 0.45 | 0.27 | 0.01 | 336.64 | 0.97 | 0.77 |
| Hex | FD | 8C | B8 | 0 | 2D | 1B | 1 | 151 | 61 | 4D |
| Octal | 375 | 214 | 270 | 0 | 55 | 33 | 1 | 521 | 141 | 115 |
| Binary | 11111101 | 10001100 | 10111000 | 0 | 101101 | 11011 | 1 | 101010001 | 1100001 | 1001101 |
Color Harmonies of #FD8CB8
Complementary color
Monochromatic Colors of #FD8CB8
Black with #FD8CB8
Text Example
Text Example
White with #FD8CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CB8; }
p { color: rgb(253,140,184); }
H1.HeaderClassName
{
color: #FD8CB8;
}
.AnyTagClassName
{
color: #FD8CB8;
}
</style>
background-color css
<style>
a { background-color: #FD8CB8; }
a { background-color: rgb(253,140,184); }
div.DivClassName
{
background-color: #FD8CB8;
}
.BgClassName
{
background-color: #FD8CB8;
}
</style>
border-color css
<style>
span { border-color: #FD8CB8; }
span { border-color: rgb(253,140,184); }
td.TdClassName
{
border-color: #FD8CB8;
}
.TagClassName
{
border-color: #FD8CB8;
}
</style>