Shades of Tea Rose #FD7DCB
Tints of Tea Rose #FD7DCB
RGB
CMYK
RGB Variations
Color information
#FD7DCB (or 0xFD7DCB) is known color: Tea Rose. HEX triplet: FD, 7D and CB. RGB value is (253,125,203). Sum of RGB (Red+Green+Blue) = 253+125+203=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DCB is #028234. Grayscale: #ABABAB. Windows color (decimal): -164405 or 13336061. OLE color: 13336061.
HSL color Cylindrical-coordinate representation of color #FD7DCB: hue angle of 323.44º 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 #FD7DCB is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 125 | 203 | - |
CMYK | 0 | 0.51 | 0.20 | 0.01 |
HSL | 323.44º | 0.97% | 0.74% | - |
HSV(B) | 323.44º | 0.51% | 0.99% | - |
XYZ | 58.62 | 39.86 | 61.1 | - |
YUV | 172.16 | 145.41 | 185.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 125 | 203 | 0 | 0.51 | 0.20 | 0.01 | 323.44 | 0.97 | 0.74 |
Hex | FD | 7D | CB | 0 | 33 | 14 | 1 | 143 | 61 | 4A |
Octal | 375 | 175 | 313 | 0 | 63 | 24 | 1 | 503 | 141 | 112 |
Binary | 11111101 | 1111101 | 11001011 | 0 | 110011 | 10100 | 1 | 101000011 | 1100001 | 1001010 |
Color Harmonies of #FD7DCB
Complementary color
Monochromatic Colors of #FD7DCB
Black with #FD7DCB
Text Example
Text Example
White with #FD7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7DCB; }
p { color: rgb(253,125,203); }
H1.HeaderClassName
{
color: #FD7DCB;
}
.AnyTagClassName
{
color: #FD7DCB;
}
</style>
background-color css
<style>
a { background-color: #FD7DCB; }
a { background-color: rgb(253,125,203); }
div.DivClassName
{
background-color: #FD7DCB;
}
.BgClassName
{
background-color: #FD7DCB;
}
</style>
border-color css
<style>
span { border-color: #FD7DCB; }
span { border-color: rgb(253,125,203); }
td.TdClassName
{
border-color: #FD7DCB;
}
.TagClassName
{
border-color: #FD7DCB;
}
</style>