Shades of Tea Rose #FD8CC8
Tints of Tea Rose #FD8CC8
RGB
CMYK
RGB Variations
Color information
#FD8CC8 (or 0xFD8CC8) is known color: Tea Rose. HEX triplet: FD, 8C and C8. RGB value is (253,140,200). Sum of RGB (Red+Green+Blue) = 253+140+200=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CC8 is #027337. Grayscale: #B4B4B4. Windows color (decimal): -160568 or 13143293. OLE color: 13143293.
HSL color Cylindrical-coordinate representation of color #FD8CC8: hue angle of 328.14º 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 #FD8CC8 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 140 | 200 | - |
CMYK | 0 | 0.45 | 0.21 | 0.01 |
HSL | 328.14º | 0.97% | 0.77% | - |
HSV(B) | 328.14º | 0.45% | 0.99% | - |
XYZ | 60.31 | 43.81 | 59.92 | - |
YUV | 180.63 | 138.94 | 179.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 140 | 200 | 0 | 0.45 | 0.21 | 0.01 | 328.14 | 0.97 | 0.77 |
Hex | FD | 8C | C8 | 0 | 2D | 15 | 1 | 148 | 61 | 4D |
Octal | 375 | 214 | 310 | 0 | 55 | 25 | 1 | 510 | 141 | 115 |
Binary | 11111101 | 10001100 | 11001000 | 0 | 101101 | 10101 | 1 | 101001000 | 1100001 | 1001101 |
Color Harmonies of #FD8CC8
Complementary color
Monochromatic Colors of #FD8CC8
Black with #FD8CC8
Text Example
Text Example
White with #FD8CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CC8; }
p { color: rgb(253,140,200); }
H1.HeaderClassName
{
color: #FD8CC8;
}
.AnyTagClassName
{
color: #FD8CC8;
}
</style>
background-color css
<style>
a { background-color: #FD8CC8; }
a { background-color: rgb(253,140,200); }
div.DivClassName
{
background-color: #FD8CC8;
}
.BgClassName
{
background-color: #FD8CC8;
}
</style>
border-color css
<style>
span { border-color: #FD8CC8; }
span { border-color: rgb(253,140,200); }
td.TdClassName
{
border-color: #FD8CC8;
}
.TagClassName
{
border-color: #FD8CC8;
}
</style>