Shades of Tea Rose #FD8AD2
Tints of Tea Rose #FD8AD2
RGB
CMYK
RGB Variations
Color information
#FD8AD2 (or 0xFD8AD2) is known color: Tea Rose. HEX triplet: FD, 8A and D2. RGB value is (253,138,210). Sum of RGB (Red+Green+Blue) = 253+138+210=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8AD2 is #02752D. Grayscale: #B4B4B4. Windows color (decimal): -161070 or 13798141. OLE color: 13798141.
HSL color Cylindrical-coordinate representation of color #FD8AD2: hue angle of 322.43º 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 #FD8AD2 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 138 | 210 | - |
CMYK | 0 | 0.45 | 0.17 | 0.01 |
HSL | 322.43º | 0.97% | 0.77% | - |
HSV(B) | 322.43º | 0.45% | 0.99% | - |
XYZ | 61.23 | 43.71 | 66.18 | - |
YUV | 180.59 | 144.6 | 179.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 138 | 210 | 0 | 0.45 | 0.17 | 0.01 | 322.43 | 0.97 | 0.77 |
Hex | FD | 8A | D2 | 0 | 2D | 11 | 1 | 142 | 61 | 4D |
Octal | 375 | 212 | 322 | 0 | 55 | 21 | 1 | 502 | 141 | 115 |
Binary | 11111101 | 10001010 | 11010010 | 0 | 101101 | 10001 | 1 | 101000010 | 1100001 | 1001101 |
Color Harmonies of #FD8AD2
Complementary color
Monochromatic Colors of #FD8AD2
Black with #FD8AD2
Text Example
Text Example
White with #FD8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8AD2; }
p { color: rgb(253,138,210); }
H1.HeaderClassName
{
color: #FD8AD2;
}
.AnyTagClassName
{
color: #FD8AD2;
}
</style>
background-color css
<style>
a { background-color: #FD8AD2; }
a { background-color: rgb(253,138,210); }
div.DivClassName
{
background-color: #FD8AD2;
}
.BgClassName
{
background-color: #FD8AD2;
}
</style>
border-color css
<style>
span { border-color: #FD8AD2; }
span { border-color: rgb(253,138,210); }
td.TdClassName
{
border-color: #FD8AD2;
}
.TagClassName
{
border-color: #FD8AD2;
}
</style>