Shades of Tea Rose #FD8AD4
Tints of Tea Rose #FD8AD4
RGB
CMYK
RGB Variations
Color information
#FD8AD4 (or 0xFD8AD4) is known color: Tea Rose. HEX triplet: FD, 8A and D4. RGB value is (253,138,212). Sum of RGB (Red+Green+Blue) = 253+138+212=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8AD4 is #02752B. Grayscale: #B4B4B4. Windows color (decimal): -161068 or 13929213. OLE color: 13929213.
HSL color Cylindrical-coordinate representation of color #FD8AD4: hue angle of 321.39º 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 #FD8AD4 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 138 | 212 | - |
CMYK | 0 | 0.45 | 0.16 | 0.01 |
HSL | 321.39º | 0.97% | 0.77% | - |
HSV(B) | 321.39º | 0.45% | 0.99% | - |
XYZ | 61.48 | 43.81 | 67.5 | - |
YUV | 180.82 | 145.6 | 179.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 138 | 212 | 0 | 0.45 | 0.16 | 0.01 | 321.39 | 0.97 | 0.77 |
Hex | FD | 8A | D4 | 0 | 2D | 10 | 1 | 141 | 61 | 4D |
Octal | 375 | 212 | 324 | 0 | 55 | 20 | 1 | 501 | 141 | 115 |
Binary | 11111101 | 10001010 | 11010100 | 0 | 101101 | 10000 | 1 | 101000001 | 1100001 | 1001101 |
Color Harmonies of #FD8AD4
Complementary color
Monochromatic Colors of #FD8AD4
Black with #FD8AD4
Text Example
Text Example
White with #FD8AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8AD4; }
p { color: rgb(253,138,212); }
H1.HeaderClassName
{
color: #FD8AD4;
}
.AnyTagClassName
{
color: #FD8AD4;
}
</style>
background-color css
<style>
a { background-color: #FD8AD4; }
a { background-color: rgb(253,138,212); }
div.DivClassName
{
background-color: #FD8AD4;
}
.BgClassName
{
background-color: #FD8AD4;
}
</style>
border-color css
<style>
span { border-color: #FD8AD4; }
span { border-color: rgb(253,138,212); }
td.TdClassName
{
border-color: #FD8AD4;
}
.TagClassName
{
border-color: #FD8AD4;
}
</style>