Shades of Tea Rose #FD8CC1
Tints of Tea Rose #FD8CC1
RGB
CMYK
RGB Variations
Color information
#FD8CC1 (or 0xFD8CC1) is known color: Tea Rose. HEX triplet: FD, 8C and C1. RGB value is (253,140,193). Sum of RGB (Red+Green+Blue) = 253+140+193=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CC1 is #02733E. Grayscale: #B3B3B3. Windows color (decimal): -160575 or 12684541. OLE color: 12684541.
HSL color Cylindrical-coordinate representation of color #FD8CC1: hue angle of 331.86º 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 #FD8CC1 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 140 | 193 | - |
CMYK | 0 | 0.45 | 0.24 | 0.01 |
HSL | 331.86º | 0.97% | 0.77% | - |
HSV(B) | 331.86º | 0.45% | 0.99% | - |
XYZ | 59.51 | 43.49 | 55.71 | - |
YUV | 179.83 | 135.44 | 180.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 140 | 193 | 0 | 0.45 | 0.24 | 0.01 | 331.86 | 0.97 | 0.77 |
Hex | FD | 8C | C1 | 0 | 2D | 18 | 1 | 14C | 61 | 4D |
Octal | 375 | 214 | 301 | 0 | 55 | 30 | 1 | 514 | 141 | 115 |
Binary | 11111101 | 10001100 | 11000001 | 0 | 101101 | 11000 | 1 | 101001100 | 1100001 | 1001101 |
Color Harmonies of #FD8CC1
Complementary color
Monochromatic Colors of #FD8CC1
Black with #FD8CC1
Text Example
Text Example
White with #FD8CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CC1; }
p { color: rgb(253,140,193); }
H1.HeaderClassName
{
color: #FD8CC1;
}
.AnyTagClassName
{
color: #FD8CC1;
}
</style>
background-color css
<style>
a { background-color: #FD8CC1; }
a { background-color: rgb(253,140,193); }
div.DivClassName
{
background-color: #FD8CC1;
}
.BgClassName
{
background-color: #FD8CC1;
}
</style>
border-color css
<style>
span { border-color: #FD8CC1; }
span { border-color: rgb(253,140,193); }
td.TdClassName
{
border-color: #FD8CC1;
}
.TagClassName
{
border-color: #FD8CC1;
}
</style>