Shades of Lavender Rose #FE9CF0
Tints of Lavender Rose #FE9CF0
RGB
CMYK
RGB Variations
Color information
#FE9CF0 (or 0xFE9CF0) is known color: Lavender Rose. HEX triplet: FE, 9C and F0. RGB value is (254,156,240). Sum of RGB (Red+Green+Blue) = 254+156+240=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 156 (61.33% from 255 or 24% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CF0 is #01630F. Grayscale: #C2C2C2. Windows color (decimal): -90896 or 15768830. OLE color: 15768830.
HSL color Cylindrical-coordinate representation of color #FE9CF0: hue angle of 308.57º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9CF0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 240 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.00 |
| HSL | 308.57º | 0.98% | 0.8% | - |
| HSV(B) | 308.57º | 0.39% | 1% | - |
| XYZ | 68.49 | 51.14 | 88.7 | - |
| YUV | 194.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 240 | 0 | 0.39 | 0.06 | 0.00 | 308.57 | 0.98 | 0.8 |
| Hex | FE | 9C | F0 | 0 | 27 | 6 | 0 | 135 | 62 | 50 |
| Octal | 376 | 234 | 360 | 0 | 47 | 6 | 0 | 465 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11110000 | 0 | 100111 | 110 | 0 | 100110101 | 1100010 | 1010000 |
Color Harmonies of #FE9CF0
Complementary color
Monochromatic Colors of #FE9CF0
Black with #FE9CF0
Text Example
Text Example
White with #FE9CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CF0; }
p { color: rgb(254,156,240); }
H1.HeaderClassName
{
color: #FE9CF0;
}
.AnyTagClassName
{
color: #FE9CF0;
}
</style>
background-color css
<style>
a { background-color: #FE9CF0; }
a { background-color: rgb(254,156,240); }
div.DivClassName
{
background-color: #FE9CF0;
}
.BgClassName
{
background-color: #FE9CF0;
}
</style>
border-color css
<style>
span { border-color: #FE9CF0; }
span { border-color: rgb(254,156,240); }
td.TdClassName
{
border-color: #FE9CF0;
}
.TagClassName
{
border-color: #FE9CF0;
}
</style>