Shades of Classic Rose #F3CEE0
Tints of Classic Rose #F3CEE0
RGB
CMYK
RGB Variations
Color information
#F3CEE0 (or 0xF3CEE0) is known color: Classic Rose. HEX triplet: F3, CE and E0. RGB value is (243,206,224). Sum of RGB (Red+Green+Blue) = 243+206+224=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEE0 is #0C311F. Grayscale: #DBDBDB. Windows color (decimal): -799008 or 14733043. OLE color: 14733043.
HSL color Cylindrical-coordinate representation of color #F3CEE0: hue angle of 330.81º 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 #F3CEE0 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 224 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.05 |
| HSL | 330.81º | 0.61% | 0.88% | - |
| HSV(B) | 330.81º | 0.15% | 0.95% | - |
| XYZ | 72.49 | 68.58 | 79.94 | - |
| YUV | 219.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 224 | 0 | 0.15 | 0.08 | 0.05 | 330.81 | 0.61 | 0.88 |
| Hex | F3 | CE | E0 | 0 | F | 8 | 5 | 14B | 3D | 58 |
| Octal | 363 | 316 | 340 | 0 | 17 | 10 | 5 | 513 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11100000 | 0 | 1111 | 1000 | 101 | 101001011 | 111101 | 1011000 |
Color Harmonies of #F3CEE0
Complementary color
Monochromatic Colors of #F3CEE0
Black with #F3CEE0
Text Example
Text Example
White with #F3CEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEE0; }
p { color: rgb(243,206,224); }
H1.HeaderClassName
{
color: #F3CEE0;
}
.AnyTagClassName
{
color: #F3CEE0;
}
</style>
background-color css
<style>
a { background-color: #F3CEE0; }
a { background-color: rgb(243,206,224); }
div.DivClassName
{
background-color: #F3CEE0;
}
.BgClassName
{
background-color: #F3CEE0;
}
</style>
border-color css
<style>
span { border-color: #F3CEE0; }
span { border-color: rgb(243,206,224); }
td.TdClassName
{
border-color: #F3CEE0;
}
.TagClassName
{
border-color: #F3CEE0;
}
</style>