Shades of Classic Rose #F3CEE3
Tints of Classic Rose #F3CEE3
RGB
CMYK
RGB Variations
Color information
#F3CEE3 (or 0xF3CEE3) is known color: Classic Rose. HEX triplet: F3, CE and E3. RGB value is (243,206,227). Sum of RGB (Red+Green+Blue) = 243+206+227=676 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.95% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 227 (89.06% from 255 or 33.58% from 676); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEE3 is #0C311C. Grayscale: #DBDBDB. Windows color (decimal): -799005 or 14929651. OLE color: 14929651.
HSL color Cylindrical-coordinate representation of color #F3CEE3: hue angle of 325.95º 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 #F3CEE3 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 227 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.05 |
| HSL | 325.95º | 0.61% | 0.88% | - |
| HSV(B) | 325.95º | 0.15% | 0.95% | - |
| XYZ | 72.9 | 68.74 | 82.1 | - |
| YUV | 219.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 227 | 0 | 0.15 | 0.07 | 0.05 | 325.95 | 0.61 | 0.88 |
| Hex | F3 | CE | E3 | 0 | F | 7 | 5 | 146 | 3D | 58 |
| Octal | 363 | 316 | 343 | 0 | 17 | 7 | 5 | 506 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11100011 | 0 | 1111 | 111 | 101 | 101000110 | 111101 | 1011000 |
Color Harmonies of #F3CEE3
Complementary color
Monochromatic Colors of #F3CEE3
Black with #F3CEE3
Text Example
Text Example
White with #F3CEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEE3; }
p { color: rgb(243,206,227); }
H1.HeaderClassName
{
color: #F3CEE3;
}
.AnyTagClassName
{
color: #F3CEE3;
}
</style>
background-color css
<style>
a { background-color: #F3CEE3; }
a { background-color: rgb(243,206,227); }
div.DivClassName
{
background-color: #F3CEE3;
}
.BgClassName
{
background-color: #F3CEE3;
}
</style>
border-color css
<style>
span { border-color: #F3CEE3; }
span { border-color: rgb(243,206,227); }
td.TdClassName
{
border-color: #F3CEE3;
}
.TagClassName
{
border-color: #F3CEE3;
}
</style>