Shades of Tea Rose #FF93CC
Tints of Tea Rose #FF93CC
RGB
CMYK
RGB Variations
Color information
#FF93CC (or 0xFF93CC) is known color: Tea Rose. HEX triplet: FF, 93 and CC. RGB value is (255,147,204). Sum of RGB (Red+Green+Blue) = 255+147+204=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93CC is #006C33. Grayscale: #B9B9B9. Windows color (decimal): -27700 or 13407231. OLE color: 13407231.
HSL color Cylindrical-coordinate representation of color #FF93CC: hue angle of 328.33º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF93CC is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 204 | - |
| CMYK | 0 | 0.42 | 0.2 | 0 |
| HSL | 328.33º | 1% | 0.79% | - |
| HSV(B) | 328.33º | 0.42% | 1% | - |
| XYZ | 62.57 | 46.49 | 62.8 | - |
| YUV | 185.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 204 | 0 | 0.42 | 0.2 | 0 | 328.33 | 1 | 0.79 |
| Hex | FF | 93 | CC | 0 | 2A | 14 | 0 | 148 | 64 | 4F |
| Octal | 377 | 223 | 314 | 0 | 52 | 24 | 0 | 510 | 144 | 117 |
| Binary | 11111111 | 10010011 | 11001100 | 0 | 101010 | 10100 | 0 | 101001000 | 1100100 | 1001111 |
Color Harmonies of #FF93CC
Complementary color
Monochromatic Colors of #FF93CC
Black with #FF93CC
Text Example
Text Example
White with #FF93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93CC; }
p { color: rgb(255,147,204); }
H1.HeaderClassName
{
color: #FF93CC;
}
.AnyTagClassName
{
color: #FF93CC;
}
</style>
background-color css
<style>
a { background-color: #FF93CC; }
a { background-color: rgb(255,147,204); }
div.DivClassName
{
background-color: #FF93CC;
}
.BgClassName
{
background-color: #FF93CC;
}
</style>
border-color css
<style>
span { border-color: #FF93CC; }
span { border-color: rgb(255,147,204); }
td.TdClassName
{
border-color: #FF93CC;
}
.TagClassName
{
border-color: #FF93CC;
}
</style>