Shades of Tea Rose #FD8ACC
Tints of Tea Rose #FD8ACC
RGB
CMYK
RGB Variations
Color information
#FD8ACC (or 0xFD8ACC) is known color: Tea Rose. HEX triplet: FD, 8A and CC. RGB value is (253,138,204). Sum of RGB (Red+Green+Blue) = 253+138+204=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8ACC is #027533. Grayscale: #B3B3B3. Windows color (decimal): -161076 or 13404925. OLE color: 13404925.
HSL color Cylindrical-coordinate representation of color #FD8ACC: hue angle of 325.57º 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 #FD8ACC is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 204 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.01 |
| HSL | 325.57º | 0.97% | 0.77% | - |
| HSV(B) | 325.57º | 0.45% | 0.99% | - |
| XYZ | 60.5 | 43.42 | 62.32 | - |
| YUV | 179.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 204 | 0 | 0.45 | 0.19 | 0.01 | 325.57 | 0.97 | 0.77 |
| Hex | FD | 8A | CC | 0 | 2D | 13 | 1 | 146 | 61 | 4D |
| Octal | 375 | 212 | 314 | 0 | 55 | 23 | 1 | 506 | 141 | 115 |
| Binary | 11111101 | 10001010 | 11001100 | 0 | 101101 | 10011 | 1 | 101000110 | 1100001 | 1001101 |
Color Harmonies of #FD8ACC
Complementary color
Monochromatic Colors of #FD8ACC
Black with #FD8ACC
Text Example
Text Example
White with #FD8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8ACC; }
p { color: rgb(253,138,204); }
H1.HeaderClassName
{
color: #FD8ACC;
}
.AnyTagClassName
{
color: #FD8ACC;
}
</style>
background-color css
<style>
a { background-color: #FD8ACC; }
a { background-color: rgb(253,138,204); }
div.DivClassName
{
background-color: #FD8ACC;
}
.BgClassName
{
background-color: #FD8ACC;
}
</style>
border-color css
<style>
span { border-color: #FD8ACC; }
span { border-color: rgb(253,138,204); }
td.TdClassName
{
border-color: #FD8ACC;
}
.TagClassName
{
border-color: #FD8ACC;
}
</style>