Shades of Classic Rose #F1C7E4
Tints of Classic Rose #F1C7E4
RGB
CMYK
RGB Variations
Color information
#F1C7E4 (or 0xF1C7E4) is known color: Classic Rose. HEX triplet: F1, C7 and E4. RGB value is (241,199,228). Sum of RGB (Red+Green+Blue) = 241+199+228=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7E4 is #0E381B. Grayscale: #D6D6D6. Windows color (decimal): -931868 or 14993393. OLE color: 14993393.
HSL color Cylindrical-coordinate representation of color #F1C7E4: hue angle of 318.57º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C7E4 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 199 | 228 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.05 |
| HSL | 318.57º | 0.6% | 0.86% | - |
| HSV(B) | 318.57º | 0.17% | 0.95% | - |
| XYZ | 70.7 | 65.15 | 82.25 | - |
| YUV | 214.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 199 | 228 | 0 | 0.17 | 0.05 | 0.05 | 318.57 | 0.6 | 0.86 |
| Hex | F1 | C7 | E4 | 0 | 11 | 5 | 5 | 13F | 3C | 56 |
| Octal | 361 | 307 | 344 | 0 | 21 | 5 | 5 | 477 | 74 | 126 |
| Binary | 11110001 | 11000111 | 11100100 | 0 | 10001 | 101 | 101 | 100111111 | 111100 | 1010110 |
Color Harmonies of #F1C7E4
Complementary color
Monochromatic Colors of #F1C7E4
Black with #F1C7E4
Text Example
Text Example
White with #F1C7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C7E4; }
p { color: rgb(241,199,228); }
H1.HeaderClassName
{
color: #F1C7E4;
}
.AnyTagClassName
{
color: #F1C7E4;
}
</style>
background-color css
<style>
a { background-color: #F1C7E4; }
a { background-color: rgb(241,199,228); }
div.DivClassName
{
background-color: #F1C7E4;
}
.BgClassName
{
background-color: #F1C7E4;
}
</style>
border-color css
<style>
span { border-color: #F1C7E4; }
span { border-color: rgb(241,199,228); }
td.TdClassName
{
border-color: #F1C7E4;
}
.TagClassName
{
border-color: #F1C7E4;
}
</style>