Shades of Classic Rose #F3CEDF
Tints of Classic Rose #F3CEDF
RGB
CMYK
RGB Variations
Color information
#F3CEDF (or 0xF3CEDF) is known color: Classic Rose. HEX triplet: F3, CE and DF. RGB value is (243,206,223). Sum of RGB (Red+Green+Blue) = 243+206+223=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEDF is #0C3120. Grayscale: #DADADA. Windows color (decimal): -799009 or 14667507. OLE color: 14667507.
HSL color Cylindrical-coordinate representation of color #F3CEDF: hue angle of 332.43º 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 #F3CEDF is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 223 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.05 |
| HSL | 332.43º | 0.61% | 0.88% | - |
| HSV(B) | 332.43º | 0.15% | 0.95% | - |
| XYZ | 72.35 | 68.53 | 79.23 | - |
| YUV | 219 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 223 | 0 | 0.15 | 0.08 | 0.05 | 332.43 | 0.61 | 0.88 |
| Hex | F3 | CE | DF | 0 | F | 8 | 5 | 14C | 3D | 58 |
| Octal | 363 | 316 | 337 | 0 | 17 | 10 | 5 | 514 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11011111 | 0 | 1111 | 1000 | 101 | 101001100 | 111101 | 1011000 |
Color Harmonies of #F3CEDF
Complementary color
Monochromatic Colors of #F3CEDF
Black with #F3CEDF
Text Example
Text Example
White with #F3CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEDF; }
p { color: rgb(243,206,223); }
H1.HeaderClassName
{
color: #F3CEDF;
}
.AnyTagClassName
{
color: #F3CEDF;
}
</style>
background-color css
<style>
a { background-color: #F3CEDF; }
a { background-color: rgb(243,206,223); }
div.DivClassName
{
background-color: #F3CEDF;
}
.BgClassName
{
background-color: #F3CEDF;
}
</style>
border-color css
<style>
span { border-color: #F3CEDF; }
span { border-color: rgb(243,206,223); }
td.TdClassName
{
border-color: #F3CEDF;
}
.TagClassName
{
border-color: #F3CEDF;
}
</style>