Shades of Lavender Rose #FFC4F4
Tints of Lavender Rose #FFC4F4
RGB
CMYK
RGB Variations
Color information
#FFC4F4 (or 0xFFC4F4) is known color: Lavender Rose. HEX triplet: FF, C4 and F4. RGB value is (255,196,244). Sum of RGB (Red+Green+Blue) = 255+196+244=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 196 (76.95% from 255 or 28.20% from 695); Blue value is 244 (95.70% from 255 or 35.11% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4F4 is #003B0B. Grayscale: #DADADA. Windows color (decimal): -15116 or 16041215. OLE color: 16041215.
HSL color Cylindrical-coordinate representation of color #FFC4F4: hue angle of 311.19º 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 #FFC4F4 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 244 | - |
| CMYK | 0 | 0.23 | 0.04 | 0 |
| HSL | 311.19º | 1% | 0.88% | - |
| HSV(B) | 311.19º | 0.23% | 1% | - |
| XYZ | 77.31 | 67.27 | 94.5 | - |
| YUV | 219.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 244 | 0 | 0.23 | 0.04 | 0 | 311.19 | 1 | 0.88 |
| Hex | FF | C4 | F4 | 0 | 17 | 4 | 0 | 137 | 64 | 58 |
| Octal | 377 | 304 | 364 | 0 | 27 | 4 | 0 | 467 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11110100 | 0 | 10111 | 100 | 0 | 100110111 | 1100100 | 1011000 |
Color Harmonies of #FFC4F4
Complementary color
Monochromatic Colors of #FFC4F4
Black with #FFC4F4
Text Example
Text Example
White with #FFC4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4F4; }
p { color: rgb(255,196,244); }
H1.HeaderClassName
{
color: #FFC4F4;
}
.AnyTagClassName
{
color: #FFC4F4;
}
</style>
background-color css
<style>
a { background-color: #FFC4F4; }
a { background-color: rgb(255,196,244); }
div.DivClassName
{
background-color: #FFC4F4;
}
.BgClassName
{
background-color: #FFC4F4;
}
</style>
border-color css
<style>
span { border-color: #FFC4F4; }
span { border-color: rgb(255,196,244); }
td.TdClassName
{
border-color: #FFC4F4;
}
.TagClassName
{
border-color: #FFC4F4;
}
</style>