Shades of Tea Rose #FC8AD2
Tints of Tea Rose #FC8AD2
RGB
CMYK
RGB Variations
Color information
#FC8AD2 (or 0xFC8AD2) is known color: Tea Rose. HEX triplet: FC, 8A and D2. RGB value is (252,138,210). Sum of RGB (Red+Green+Blue) = 252+138+210=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8AD2 is #03752D. Grayscale: #B4B4B4. Windows color (decimal): -226606 or 13798140. OLE color: 13798140.
HSL color Cylindrical-coordinate representation of color #FC8AD2: hue angle of 322.11º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8AD2 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 210 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.01 |
| HSL | 322.11º | 0.95% | 0.76% | - |
| HSV(B) | 322.11º | 0.45% | 0.99% | - |
| XYZ | 60.87 | 43.53 | 66.17 | - |
| YUV | 180.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 210 | 0 | 0.45 | 0.17 | 0.01 | 322.11 | 0.95 | 0.76 |
| Hex | FC | 8A | D2 | 0 | 2D | 11 | 1 | 142 | 5F | 4C |
| Octal | 374 | 212 | 322 | 0 | 55 | 21 | 1 | 502 | 137 | 114 |
| Binary | 11111100 | 10001010 | 11010010 | 0 | 101101 | 10001 | 1 | 101000010 | 1011111 | 1001100 |
Color Harmonies of #FC8AD2
Complementary color
Monochromatic Colors of #FC8AD2
Black with #FC8AD2
Text Example
Text Example
White with #FC8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8AD2; }
p { color: rgb(252,138,210); }
H1.HeaderClassName
{
color: #FC8AD2;
}
.AnyTagClassName
{
color: #FC8AD2;
}
</style>
background-color css
<style>
a { background-color: #FC8AD2; }
a { background-color: rgb(252,138,210); }
div.DivClassName
{
background-color: #FC8AD2;
}
.BgClassName
{
background-color: #FC8AD2;
}
</style>
border-color css
<style>
span { border-color: #FC8AD2; }
span { border-color: rgb(252,138,210); }
td.TdClassName
{
border-color: #FC8AD2;
}
.TagClassName
{
border-color: #FC8AD2;
}
</style>