Shades of Classic Rose #F1CBE2
Tints of Classic Rose #F1CBE2
RGB
CMYK
RGB Variations
Color information
#F1CBE2 (or 0xF1CBE2) is known color: Classic Rose. HEX triplet: F1, CB and E2. RGB value is (241,203,226). Sum of RGB (Red+Green+Blue) = 241+203+226=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBE2 is #0E341D. Grayscale: #D8D8D8. Windows color (decimal): -930846 or 14863345. OLE color: 14863345.
HSL color Cylindrical-coordinate representation of color #F1CBE2: hue angle of 323.68º 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 #F1CBE2 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 226 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.05 |
| HSL | 323.68º | 0.58% | 0.87% | - |
| HSV(B) | 323.68º | 0.16% | 0.95% | - |
| XYZ | 71.36 | 66.9 | 81.1 | - |
| YUV | 216.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 226 | 0 | 0.16 | 0.06 | 0.05 | 323.68 | 0.58 | 0.87 |
| Hex | F1 | CB | E2 | 0 | 10 | 6 | 5 | 144 | 3A | 57 |
| Octal | 361 | 313 | 342 | 0 | 20 | 6 | 5 | 504 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11100010 | 0 | 10000 | 110 | 101 | 101000100 | 111010 | 1010111 |
Color Harmonies of #F1CBE2
Complementary color
Monochromatic Colors of #F1CBE2
Black with #F1CBE2
Text Example
Text Example
White with #F1CBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBE2; }
p { color: rgb(241,203,226); }
H1.HeaderClassName
{
color: #F1CBE2;
}
.AnyTagClassName
{
color: #F1CBE2;
}
</style>
background-color css
<style>
a { background-color: #F1CBE2; }
a { background-color: rgb(241,203,226); }
div.DivClassName
{
background-color: #F1CBE2;
}
.BgClassName
{
background-color: #F1CBE2;
}
</style>
border-color css
<style>
span { border-color: #F1CBE2; }
span { border-color: rgb(241,203,226); }
td.TdClassName
{
border-color: #F1CBE2;
}
.TagClassName
{
border-color: #F1CBE2;
}
</style>