Shades of Lavender Rose #FFC2F7
Tints of Lavender Rose #FFC2F7
RGB
CMYK
RGB Variations
Color information
#FFC2F7 (or 0xFFC2F7) is known color: Lavender Rose. HEX triplet: FF, C2 and F7. RGB value is (255,194,247). Sum of RGB (Red+Green+Blue) = 255+194+247=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 194 (76.17% from 255 or 27.87% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2F7 is #003D08. Grayscale: #DADADA. Windows color (decimal): -15625 or 16237311. OLE color: 16237311.
HSL color Cylindrical-coordinate representation of color #FFC2F7: hue angle of 307.87º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC2F7 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 247 | - |
| CMYK | 0 | 0.24 | 0.03 | 0 |
| HSL | 307.87º | 1% | 0.88% | - |
| HSV(B) | 307.87º | 0.24% | 1% | - |
| XYZ | 77.32 | 66.56 | 96.77 | - |
| YUV | 218.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 247 | 0 | 0.24 | 0.03 | 0 | 307.87 | 1 | 0.88 |
| Hex | FF | C2 | F7 | 0 | 18 | 3 | 0 | 134 | 64 | 58 |
| Octal | 377 | 302 | 367 | 0 | 30 | 3 | 0 | 464 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11110111 | 0 | 11000 | 11 | 0 | 100110100 | 1100100 | 1011000 |
Color Harmonies of #FFC2F7
Complementary color
Monochromatic Colors of #FFC2F7
Black with #FFC2F7
Text Example
Text Example
White with #FFC2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2F7; }
p { color: rgb(255,194,247); }
H1.HeaderClassName
{
color: #FFC2F7;
}
.AnyTagClassName
{
color: #FFC2F7;
}
</style>
background-color css
<style>
a { background-color: #FFC2F7; }
a { background-color: rgb(255,194,247); }
div.DivClassName
{
background-color: #FFC2F7;
}
.BgClassName
{
background-color: #FFC2F7;
}
</style>
border-color css
<style>
span { border-color: #FFC2F7; }
span { border-color: rgb(255,194,247); }
td.TdClassName
{
border-color: #FFC2F7;
}
.TagClassName
{
border-color: #FFC2F7;
}
</style>