Shades of Classic Rose #F1C4DE
Tints of Classic Rose #F1C4DE
RGB
CMYK
RGB Variations
Color information
#F1C4DE (or 0xF1C4DE) is known color: Classic Rose. HEX triplet: F1, C4 and DE. RGB value is (241,196,222). Sum of RGB (Red+Green+Blue) = 241+196+222=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 196 (76.95% from 255 or 29.74% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4DE is #0E3B21. Grayscale: #D4D4D4. Windows color (decimal): -932642 or 14599409. OLE color: 14599409.
HSL color Cylindrical-coordinate representation of color #F1C4DE: hue angle of 325.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C4DE is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 222 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.05 |
| HSL | 325.33º | 0.62% | 0.86% | - |
| HSV(B) | 325.33º | 0.19% | 0.95% | - |
| XYZ | 69.2 | 63.45 | 77.71 | - |
| YUV | 212.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 222 | 0 | 0.19 | 0.08 | 0.05 | 325.33 | 0.62 | 0.86 |
| Hex | F1 | C4 | DE | 0 | 13 | 8 | 5 | 145 | 3E | 56 |
| Octal | 361 | 304 | 336 | 0 | 23 | 10 | 5 | 505 | 76 | 126 |
| Binary | 11110001 | 11000100 | 11011110 | 0 | 10011 | 1000 | 101 | 101000101 | 111110 | 1010110 |
Color Harmonies of #F1C4DE
Complementary color
Monochromatic Colors of #F1C4DE
Black with #F1C4DE
Text Example
Text Example
White with #F1C4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C4DE; }
p { color: rgb(241,196,222); }
H1.HeaderClassName
{
color: #F1C4DE;
}
.AnyTagClassName
{
color: #F1C4DE;
}
</style>
background-color css
<style>
a { background-color: #F1C4DE; }
a { background-color: rgb(241,196,222); }
div.DivClassName
{
background-color: #F1C4DE;
}
.BgClassName
{
background-color: #F1C4DE;
}
</style>
border-color css
<style>
span { border-color: #F1C4DE; }
span { border-color: rgb(241,196,222); }
td.TdClassName
{
border-color: #F1C4DE;
}
.TagClassName
{
border-color: #F1C4DE;
}
</style>