Shades of Tea Rose #FF90C4
Tints of Tea Rose #FF90C4
RGB
CMYK
RGB Variations
Color information
#FF90C4 (or 0xFF90C4) is known color: Tea Rose. HEX triplet: FF, 90 and C4. RGB value is (255,144,196). Sum of RGB (Red+Green+Blue) = 255+144+196=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90C4 is #006F3B. Grayscale: #B7B7B7. Windows color (decimal): -28476 or 12882175. OLE color: 12882175.
HSL color Cylindrical-coordinate representation of color #FF90C4: hue angle of 331.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90C4 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 196 | - |
| CMYK | 0 | 0.44 | 0.23 | 0 |
| HSL | 331.89º | 1% | 0.78% | - |
| HSV(B) | 331.89º | 0.44% | 1% | - |
| XYZ | 61.18 | 45.19 | 57.72 | - |
| YUV | 183.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 196 | 0 | 0.44 | 0.23 | 0 | 331.89 | 1 | 0.78 |
| Hex | FF | 90 | C4 | 0 | 2C | 17 | 0 | 14C | 64 | 4E |
| Octal | 377 | 220 | 304 | 0 | 54 | 27 | 0 | 514 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11000100 | 0 | 101100 | 10111 | 0 | 101001100 | 1100100 | 1001110 |
Color Harmonies of #FF90C4
Complementary color
Monochromatic Colors of #FF90C4
Black with #FF90C4
Text Example
Text Example
White with #FF90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90C4; }
p { color: rgb(255,144,196); }
H1.HeaderClassName
{
color: #FF90C4;
}
.AnyTagClassName
{
color: #FF90C4;
}
</style>
background-color css
<style>
a { background-color: #FF90C4; }
a { background-color: rgb(255,144,196); }
div.DivClassName
{
background-color: #FF90C4;
}
.BgClassName
{
background-color: #FF90C4;
}
</style>
border-color css
<style>
span { border-color: #FF90C4; }
span { border-color: rgb(255,144,196); }
td.TdClassName
{
border-color: #FF90C4;
}
.TagClassName
{
border-color: #FF90C4;
}
</style>