Shades of Classic Rose #F1CBE7
Tints of Classic Rose #F1CBE7
RGB
CMYK
RGB Variations
Color information
#F1CBE7 (or 0xF1CBE7) is known color: Classic Rose. HEX triplet: F1, CB and E7. RGB value is (241,203,231). Sum of RGB (Red+Green+Blue) = 241+203+231=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBE7 is #0E3418. Grayscale: #D9D9D9. Windows color (decimal): -930841 or 15191025. OLE color: 15191025.
HSL color Cylindrical-coordinate representation of color #F1CBE7: hue angle of 315.79º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CBE7 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 231 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.05 |
| HSL | 315.79º | 0.58% | 0.87% | - |
| HSV(B) | 315.79º | 0.16% | 0.95% | - |
| XYZ | 72.06 | 67.18 | 84.77 | - |
| YUV | 217.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 231 | 0 | 0.16 | 0.04 | 0.05 | 315.79 | 0.58 | 0.87 |
| Hex | F1 | CB | E7 | 0 | 10 | 4 | 5 | 13C | 3A | 57 |
| Octal | 361 | 313 | 347 | 0 | 20 | 4 | 5 | 474 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11100111 | 0 | 10000 | 100 | 101 | 100111100 | 111010 | 1010111 |
Color Harmonies of #F1CBE7
Complementary color
Monochromatic Colors of #F1CBE7
Black with #F1CBE7
Text Example
Text Example
White with #F1CBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBE7; }
p { color: rgb(241,203,231); }
H1.HeaderClassName
{
color: #F1CBE7;
}
.AnyTagClassName
{
color: #F1CBE7;
}
</style>
background-color css
<style>
a { background-color: #F1CBE7; }
a { background-color: rgb(241,203,231); }
div.DivClassName
{
background-color: #F1CBE7;
}
.BgClassName
{
background-color: #F1CBE7;
}
</style>
border-color css
<style>
span { border-color: #F1CBE7; }
span { border-color: rgb(241,203,231); }
td.TdClassName
{
border-color: #F1CBE7;
}
.TagClassName
{
border-color: #F1CBE7;
}
</style>