Shades of Tea Rose #FD7CCA
Tints of Tea Rose #FD7CCA
RGB
CMYK
RGB Variations
Color information
#FD7CCA (or 0xFD7CCA) is known color: Tea Rose. HEX triplet: FD, 7C and CA. RGB value is (253,124,202). Sum of RGB (Red+Green+Blue) = 253+124+202=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CCA is #028335. Grayscale: #ABABAB. Windows color (decimal): -164662 or 13270269. OLE color: 13270269.
HSL color Cylindrical-coordinate representation of color #FD7CCA: hue angle of 323.72º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7CCA is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 124 | 202 | - |
CMYK | 0 | 0.51 | 0.20 | 0.01 |
HSL | 323.72º | 0.97% | 0.74% | - |
HSV(B) | 323.72º | 0.51% | 0.99% | - |
XYZ | 58.38 | 39.56 | 60.44 | - |
YUV | 171.46 | 145.24 | 186.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 124 | 202 | 0 | 0.51 | 0.20 | 0.01 | 323.72 | 0.97 | 0.74 |
Hex | FD | 7C | CA | 0 | 33 | 14 | 1 | 144 | 61 | 4A |
Octal | 375 | 174 | 312 | 0 | 63 | 24 | 1 | 504 | 141 | 112 |
Binary | 11111101 | 1111100 | 11001010 | 0 | 110011 | 10100 | 1 | 101000100 | 1100001 | 1001010 |
Color Harmonies of #FD7CCA
Complementary color
Monochromatic Colors of #FD7CCA
Black with #FD7CCA
Text Example
Text Example
White with #FD7CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7CCA; }
p { color: rgb(253,124,202); }
H1.HeaderClassName
{
color: #FD7CCA;
}
.AnyTagClassName
{
color: #FD7CCA;
}
</style>
background-color css
<style>
a { background-color: #FD7CCA; }
a { background-color: rgb(253,124,202); }
div.DivClassName
{
background-color: #FD7CCA;
}
.BgClassName
{
background-color: #FD7CCA;
}
</style>
border-color css
<style>
span { border-color: #FD7CCA; }
span { border-color: rgb(253,124,202); }
td.TdClassName
{
border-color: #FD7CCA;
}
.TagClassName
{
border-color: #FD7CCA;
}
</style>