Shades of Lavender Rose #FFC4F3
Tints of Lavender Rose #FFC4F3
RGB
CMYK
RGB Variations
Color information
#FFC4F3 (or 0xFFC4F3) is known color: Lavender Rose. HEX triplet: FF, C4 and F3. RGB value is (255,196,243). Sum of RGB (Red+Green+Blue) = 255+196+243=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 196 (76.95% from 255 or 28.24% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4F3 is #003B0C. Grayscale: #DADADA. Windows color (decimal): -15117 or 15975679. OLE color: 15975679.
HSL color Cylindrical-coordinate representation of color #FFC4F3: hue angle of 312.2º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC4F3 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 243 | - |
| CMYK | 0 | 0.23 | 0.05 | 0 |
| HSL | 312.2º | 1% | 0.88% | - |
| HSV(B) | 312.2º | 0.23% | 1% | - |
| XYZ | 77.16 | 67.21 | 93.7 | - |
| YUV | 219 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 243 | 0 | 0.23 | 0.05 | 0 | 312.2 | 1 | 0.88 |
| Hex | FF | C4 | F3 | 0 | 17 | 5 | 0 | 138 | 64 | 58 |
| Octal | 377 | 304 | 363 | 0 | 27 | 5 | 0 | 470 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11110011 | 0 | 10111 | 101 | 0 | 100111000 | 1100100 | 1011000 |
Color Harmonies of #FFC4F3
Complementary color
Monochromatic Colors of #FFC4F3
Black with #FFC4F3
Text Example
Text Example
White with #FFC4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4F3; }
p { color: rgb(255,196,243); }
H1.HeaderClassName
{
color: #FFC4F3;
}
.AnyTagClassName
{
color: #FFC4F3;
}
</style>
background-color css
<style>
a { background-color: #FFC4F3; }
a { background-color: rgb(255,196,243); }
div.DivClassName
{
background-color: #FFC4F3;
}
.BgClassName
{
background-color: #FFC4F3;
}
</style>
border-color css
<style>
span { border-color: #FFC4F3; }
span { border-color: rgb(255,196,243); }
td.TdClassName
{
border-color: #FFC4F3;
}
.TagClassName
{
border-color: #FFC4F3;
}
</style>