Shades of Lavender Rose #FFC1F8
Tints of Lavender Rose #FFC1F8
RGB
CMYK
RGB Variations
Color information
#FFC1F8 (or 0xFFC1F8) is known color: Lavender Rose. HEX triplet: FF, C1 and F8. RGB value is (255,193,248). Sum of RGB (Red+Green+Blue) = 255+193+248=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 193 (75.78% from 255 or 27.73% from 696); Blue value is 248 (97.27% from 255 or 35.63% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1F8 is #003E07. Grayscale: #D9D9D9. Windows color (decimal): -15880 or 16302591. OLE color: 16302591.
HSL color Cylindrical-coordinate representation of color #FFC1F8: hue angle of 306.77º 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 #FFC1F8 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 248 | - |
| CMYK | 0 | 0.24 | 0.03 | 0 |
| HSL | 306.77º | 1% | 0.88% | - |
| HSV(B) | 306.77º | 0.24% | 1% | - |
| XYZ | 77.25 | 66.18 | 97.51 | - |
| YUV | 217.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 248 | 0 | 0.24 | 0.03 | 0 | 306.77 | 1 | 0.88 |
| Hex | FF | C1 | F8 | 0 | 18 | 3 | 0 | 133 | 64 | 58 |
| Octal | 377 | 301 | 370 | 0 | 30 | 3 | 0 | 463 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11111000 | 0 | 11000 | 11 | 0 | 100110011 | 1100100 | 1011000 |
Color Harmonies of #FFC1F8
Complementary color
Monochromatic Colors of #FFC1F8
Black with #FFC1F8
Text Example
Text Example
White with #FFC1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1F8; }
p { color: rgb(255,193,248); }
H1.HeaderClassName
{
color: #FFC1F8;
}
.AnyTagClassName
{
color: #FFC1F8;
}
</style>
background-color css
<style>
a { background-color: #FFC1F8; }
a { background-color: rgb(255,193,248); }
div.DivClassName
{
background-color: #FFC1F8;
}
.BgClassName
{
background-color: #FFC1F8;
}
</style>
border-color css
<style>
span { border-color: #FFC1F8; }
span { border-color: rgb(255,193,248); }
td.TdClassName
{
border-color: #FFC1F8;
}
.TagClassName
{
border-color: #FFC1F8;
}
</style>