Shades of Classic Rose #F1CEE4
Tints of Classic Rose #F1CEE4
RGB
CMYK
RGB Variations
Color information
#F1CEE4 (or 0xF1CEE4) is known color: Classic Rose. HEX triplet: F1, CE and E4. RGB value is (241,206,228). Sum of RGB (Red+Green+Blue) = 241+206+228=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEE4 is #0E311B. Grayscale: #DADADA. Windows color (decimal): -930076 or 14995185. OLE color: 14995185.
HSL color Cylindrical-coordinate representation of color #F1CEE4: hue angle of 322.29º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CEE4 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 228 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.05 |
| HSL | 322.29º | 0.56% | 0.88% | - |
| HSV(B) | 322.29º | 0.15% | 0.95% | - |
| XYZ | 72.35 | 68.44 | 82.8 | - |
| YUV | 218.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 228 | 0 | 0.15 | 0.05 | 0.05 | 322.29 | 0.56 | 0.88 |
| Hex | F1 | CE | E4 | 0 | F | 5 | 5 | 142 | 38 | 58 |
| Octal | 361 | 316 | 344 | 0 | 17 | 5 | 5 | 502 | 70 | 130 |
| Binary | 11110001 | 11001110 | 11100100 | 0 | 1111 | 101 | 101 | 101000010 | 111000 | 1011000 |
Color Harmonies of #F1CEE4
Complementary color
Monochromatic Colors of #F1CEE4
Black with #F1CEE4
Text Example
Text Example
White with #F1CEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CEE4; }
p { color: rgb(241,206,228); }
H1.HeaderClassName
{
color: #F1CEE4;
}
.AnyTagClassName
{
color: #F1CEE4;
}
</style>
background-color css
<style>
a { background-color: #F1CEE4; }
a { background-color: rgb(241,206,228); }
div.DivClassName
{
background-color: #F1CEE4;
}
.BgClassName
{
background-color: #F1CEE4;
}
</style>
border-color css
<style>
span { border-color: #F1CEE4; }
span { border-color: rgb(241,206,228); }
td.TdClassName
{
border-color: #F1CEE4;
}
.TagClassName
{
border-color: #F1CEE4;
}
</style>