Shades of Tea Rose #FD8BD4
Tints of Tea Rose #FD8BD4
RGB
CMYK
RGB Variations
Color information
#FD8BD4 (or 0xFD8BD4) is known color: Tea Rose. HEX triplet: FD, 8B and D4. RGB value is (253,139,212). Sum of RGB (Red+Green+Blue) = 253+139+212=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8BD4 is #02742B. Grayscale: #B5B5B5. Windows color (decimal): -160812 or 13929469. OLE color: 13929469.
HSL color Cylindrical-coordinate representation of color #FD8BD4: hue angle of 321.58º 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 #FD8BD4 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 139 | 212 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.01 |
| HSL | 321.58º | 0.97% | 0.77% | - |
| HSV(B) | 321.58º | 0.45% | 0.99% | - |
| XYZ | 61.62 | 44.1 | 67.55 | - |
| YUV | 181.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 139 | 212 | 0 | 0.45 | 0.16 | 0.01 | 321.58 | 0.97 | 0.77 |
| Hex | FD | 8B | D4 | 0 | 2D | 10 | 1 | 142 | 61 | 4D |
| Octal | 375 | 213 | 324 | 0 | 55 | 20 | 1 | 502 | 141 | 115 |
| Binary | 11111101 | 10001011 | 11010100 | 0 | 101101 | 10000 | 1 | 101000010 | 1100001 | 1001101 |
Color Harmonies of #FD8BD4
Complementary color
Monochromatic Colors of #FD8BD4
Black with #FD8BD4
Text Example
Text Example
White with #FD8BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8BD4; }
p { color: rgb(253,139,212); }
H1.HeaderClassName
{
color: #FD8BD4;
}
.AnyTagClassName
{
color: #FD8BD4;
}
</style>
background-color css
<style>
a { background-color: #FD8BD4; }
a { background-color: rgb(253,139,212); }
div.DivClassName
{
background-color: #FD8BD4;
}
.BgClassName
{
background-color: #FD8BD4;
}
</style>
border-color css
<style>
span { border-color: #FD8BD4; }
span { border-color: rgb(253,139,212); }
td.TdClassName
{
border-color: #FD8BD4;
}
.TagClassName
{
border-color: #FD8BD4;
}
</style>