Shades of Classic Rose #F1CAE3
Tints of Classic Rose #F1CAE3
RGB
CMYK
RGB Variations
Color information
#F1CAE3 (or 0xF1CAE3) is known color: Classic Rose. HEX triplet: F1, CA and E3. RGB value is (241,202,227). Sum of RGB (Red+Green+Blue) = 241+202+227=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CAE3 is #0E351C. Grayscale: #D8D8D8. Windows color (decimal): -931101 or 14928625. OLE color: 14928625.
HSL color Cylindrical-coordinate representation of color #F1CAE3: hue angle of 321.54º 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 #F1CAE3 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 202 | 227 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.05 |
| HSL | 321.54º | 0.58% | 0.87% | - |
| HSV(B) | 321.54º | 0.16% | 0.95% | - |
| XYZ | 71.26 | 66.49 | 81.75 | - |
| YUV | 216.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 202 | 227 | 0 | 0.16 | 0.06 | 0.05 | 321.54 | 0.58 | 0.87 |
| Hex | F1 | CA | E3 | 0 | 10 | 6 | 5 | 142 | 3A | 57 |
| Octal | 361 | 312 | 343 | 0 | 20 | 6 | 5 | 502 | 72 | 127 |
| Binary | 11110001 | 11001010 | 11100011 | 0 | 10000 | 110 | 101 | 101000010 | 111010 | 1010111 |
Color Harmonies of #F1CAE3
Complementary color
Monochromatic Colors of #F1CAE3
Black with #F1CAE3
Text Example
Text Example
White with #F1CAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CAE3; }
p { color: rgb(241,202,227); }
H1.HeaderClassName
{
color: #F1CAE3;
}
.AnyTagClassName
{
color: #F1CAE3;
}
</style>
background-color css
<style>
a { background-color: #F1CAE3; }
a { background-color: rgb(241,202,227); }
div.DivClassName
{
background-color: #F1CAE3;
}
.BgClassName
{
background-color: #F1CAE3;
}
</style>
border-color css
<style>
span { border-color: #F1CAE3; }
span { border-color: rgb(241,202,227); }
td.TdClassName
{
border-color: #F1CAE3;
}
.TagClassName
{
border-color: #F1CAE3;
}
</style>