Shades of Lavender Rose #FFC1F5
Tints of Lavender Rose #FFC1F5
RGB
CMYK
RGB Variations
Color information
#FFC1F5 (or 0xFFC1F5) is known color: Lavender Rose. HEX triplet: FF, C1 and F5. RGB value is (255,193,245). Sum of RGB (Red+Green+Blue) = 255+193+245=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 193 (75.78% from 255 or 27.85% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1F5 is #003E0A. Grayscale: #D9D9D9. Windows color (decimal): -15883 or 16105983. OLE color: 16105983.
HSL color Cylindrical-coordinate representation of color #FFC1F5: hue angle of 309.68º 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 #FFC1F5 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 193 | 245 | - |
CMYK | 0 | 0.24 | 0.04 | 0 |
HSL | 309.68º | 1% | 0.88% | - |
HSV(B) | 309.68º | 0.24% | 1% | - |
XYZ | 76.79 | 65.99 | 95.08 | - |
YUV | 217.47 | 143.54 | 154.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 193 | 245 | 0 | 0.24 | 0.04 | 0 | 309.68 | 1 | 0.88 |
Hex | FF | C1 | F5 | 0 | 18 | 4 | 0 | 136 | 64 | 58 |
Octal | 377 | 301 | 365 | 0 | 30 | 4 | 0 | 466 | 144 | 130 |
Binary | 11111111 | 11000001 | 11110101 | 0 | 11000 | 100 | 0 | 100110110 | 1100100 | 1011000 |
Color Harmonies of #FFC1F5
Complementary color
Monochromatic Colors of #FFC1F5
Black with #FFC1F5
Text Example
Text Example
White with #FFC1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1F5; }
p { color: rgb(255,193,245); }
H1.HeaderClassName
{
color: #FFC1F5;
}
.AnyTagClassName
{
color: #FFC1F5;
}
</style>
background-color css
<style>
a { background-color: #FFC1F5; }
a { background-color: rgb(255,193,245); }
div.DivClassName
{
background-color: #FFC1F5;
}
.BgClassName
{
background-color: #FFC1F5;
}
</style>
border-color css
<style>
span { border-color: #FFC1F5; }
span { border-color: rgb(255,193,245); }
td.TdClassName
{
border-color: #FFC1F5;
}
.TagClassName
{
border-color: #FFC1F5;
}
</style>