Shades of Lavender Rose #FFC2F3
Tints of Lavender Rose #FFC2F3
RGB
CMYK
RGB Variations
Color information
#FFC2F3 (or 0xFFC2F3) is known color: Lavender Rose. HEX triplet: FF, C2 and F3. RGB value is (255,194,243). Sum of RGB (Red+Green+Blue) = 255+194+243=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 194 (76.17% from 255 or 28.03% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2F3 is #003D0C. Grayscale: #D9D9D9. Windows color (decimal): -15629 or 15975167. OLE color: 15975167.
HSL color Cylindrical-coordinate representation of color #FFC2F3: hue angle of 311.8º 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 #FFC2F3 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 243 | - |
| CMYK | 0 | 0.24 | 0.05 | 0 |
| HSL | 311.8º | 1% | 0.88% | - |
| HSV(B) | 311.8º | 0.24% | 1% | - |
| XYZ | 76.71 | 66.31 | 93.55 | - |
| YUV | 217.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 243 | 0 | 0.24 | 0.05 | 0 | 311.8 | 1 | 0.88 |
| Hex | FF | C2 | F3 | 0 | 18 | 5 | 0 | 138 | 64 | 58 |
| Octal | 377 | 302 | 363 | 0 | 30 | 5 | 0 | 470 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11110011 | 0 | 11000 | 101 | 0 | 100111000 | 1100100 | 1011000 |
Color Harmonies of #FFC2F3
Complementary color
Monochromatic Colors of #FFC2F3
Black with #FFC2F3
Text Example
Text Example
White with #FFC2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2F3; }
p { color: rgb(255,194,243); }
H1.HeaderClassName
{
color: #FFC2F3;
}
.AnyTagClassName
{
color: #FFC2F3;
}
</style>
background-color css
<style>
a { background-color: #FFC2F3; }
a { background-color: rgb(255,194,243); }
div.DivClassName
{
background-color: #FFC2F3;
}
.BgClassName
{
background-color: #FFC2F3;
}
</style>
border-color css
<style>
span { border-color: #FFC2F3; }
span { border-color: rgb(255,194,243); }
td.TdClassName
{
border-color: #FFC2F3;
}
.TagClassName
{
border-color: #FFC2F3;
}
</style>