Shades of Lavender Rose #F9C0F2
Tints of Lavender Rose #F9C0F2
RGB
CMYK
RGB Variations
Color information
#F9C0F2 (or 0xF9C0F2) is known color: Lavender Rose. HEX triplet: F9, C0 and F2. RGB value is (249,192,242). Sum of RGB (Red+Green+Blue) = 249+192+242=683 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.46% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C0F2 is #063F0D. Grayscale: #D6D6D6. Windows color (decimal): -409358 or 15909113. OLE color: 15909113.
HSL color Cylindrical-coordinate representation of color #F9C0F2: hue angle of 307.37º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0F2 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 242 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.02 |
| HSL | 307.37º | 0.83% | 0.86% | - |
| HSV(B) | 307.37º | 0.23% | 0.98% | - |
| XYZ | 73.94 | 64.25 | 92.51 | - |
| YUV | 214.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 242 | 0 | 0.23 | 0.03 | 0.02 | 307.37 | 0.83 | 0.86 |
| Hex | F9 | C0 | F2 | 0 | 17 | 3 | 2 | 133 | 53 | 56 |
| Octal | 371 | 300 | 362 | 0 | 27 | 3 | 2 | 463 | 123 | 126 |
| Binary | 11111001 | 11000000 | 11110010 | 0 | 10111 | 11 | 10 | 100110011 | 1010011 | 1010110 |
Color Harmonies of #F9C0F2
Complementary color
Monochromatic Colors of #F9C0F2
Black with #F9C0F2
Text Example
Text Example
White with #F9C0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0F2; }
p { color: rgb(249,192,242); }
H1.HeaderClassName
{
color: #F9C0F2;
}
.AnyTagClassName
{
color: #F9C0F2;
}
</style>
background-color css
<style>
a { background-color: #F9C0F2; }
a { background-color: rgb(249,192,242); }
div.DivClassName
{
background-color: #F9C0F2;
}
.BgClassName
{
background-color: #F9C0F2;
}
</style>
border-color css
<style>
span { border-color: #F9C0F2; }
span { border-color: rgb(249,192,242); }
td.TdClassName
{
border-color: #F9C0F2;
}
.TagClassName
{
border-color: #F9C0F2;
}
</style>