Shades of Classic Rose #F3CEE1
Tints of Classic Rose #F3CEE1
RGB
CMYK
RGB Variations
Color information
#F3CEE1 (or 0xF3CEE1) is known color: Classic Rose. HEX triplet: F3, CE and E1. RGB value is (243,206,225). Sum of RGB (Red+Green+Blue) = 243+206+225=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEE1 is #0C311E. Grayscale: #DBDBDB. Windows color (decimal): -799007 or 14798579. OLE color: 14798579.
HSL color Cylindrical-coordinate representation of color #F3CEE1: hue angle of 329.19º degrees, saturation: 0.61, 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 #F3CEE1 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 225 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.05 |
| HSL | 329.19º | 0.61% | 0.88% | - |
| HSV(B) | 329.19º | 0.15% | 0.95% | - |
| XYZ | 72.62 | 68.63 | 80.65 | - |
| YUV | 219.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 225 | 0 | 0.15 | 0.07 | 0.05 | 329.19 | 0.61 | 0.88 |
| Hex | F3 | CE | E1 | 0 | F | 7 | 5 | 149 | 3D | 58 |
| Octal | 363 | 316 | 341 | 0 | 17 | 7 | 5 | 511 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11100001 | 0 | 1111 | 111 | 101 | 101001001 | 111101 | 1011000 |
Color Harmonies of #F3CEE1
Complementary color
Monochromatic Colors of #F3CEE1
Black with #F3CEE1
Text Example
Text Example
White with #F3CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEE1; }
p { color: rgb(243,206,225); }
H1.HeaderClassName
{
color: #F3CEE1;
}
.AnyTagClassName
{
color: #F3CEE1;
}
</style>
background-color css
<style>
a { background-color: #F3CEE1; }
a { background-color: rgb(243,206,225); }
div.DivClassName
{
background-color: #F3CEE1;
}
.BgClassName
{
background-color: #F3CEE1;
}
</style>
border-color css
<style>
span { border-color: #F3CEE1; }
span { border-color: rgb(243,206,225); }
td.TdClassName
{
border-color: #F3CEE1;
}
.TagClassName
{
border-color: #F3CEE1;
}
</style>