Shades of Lavender Rose #F29CED
Tints of Lavender Rose #F29CED
RGB
CMYK
RGB Variations
Color information
#F29CED (or 0xF29CED) is known color: Lavender Rose. HEX triplet: F2, 9C and ED. RGB value is (242,156,237). Sum of RGB (Red+Green+Blue) = 242+156+237=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 156 (61.33% from 255 or 24.57% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CED is #0D6312. Grayscale: #BEBEBE. Windows color (decimal): -877331 or 15572210. OLE color: 15572210.
HSL color Cylindrical-coordinate representation of color #F29CED: hue angle of 303.49º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29CED is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 237 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.05 |
| HSL | 303.49º | 0.77% | 0.78% | - |
| HSV(B) | 303.49º | 0.36% | 0.95% | - |
| XYZ | 63.79 | 48.77 | 86.17 | - |
| YUV | 190.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 237 | 0 | 0.36 | 0.02 | 0.05 | 303.49 | 0.77 | 0.78 |
| Hex | F2 | 9C | ED | 0 | 24 | 2 | 5 | 12F | 4D | 4E |
| Octal | 362 | 234 | 355 | 0 | 44 | 2 | 5 | 457 | 115 | 116 |
| Binary | 11110010 | 10011100 | 11101101 | 0 | 100100 | 10 | 101 | 100101111 | 1001101 | 1001110 |
Color Harmonies of #F29CED
Complementary color
Monochromatic Colors of #F29CED
Black with #F29CED
Text Example
Text Example
White with #F29CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CED; }
p { color: rgb(242,156,237); }
H1.HeaderClassName
{
color: #F29CED;
}
.AnyTagClassName
{
color: #F29CED;
}
</style>
background-color css
<style>
a { background-color: #F29CED; }
a { background-color: rgb(242,156,237); }
div.DivClassName
{
background-color: #F29CED;
}
.BgClassName
{
background-color: #F29CED;
}
</style>
border-color css
<style>
span { border-color: #F29CED; }
span { border-color: rgb(242,156,237); }
td.TdClassName
{
border-color: #F29CED;
}
.TagClassName
{
border-color: #F29CED;
}
</style>