Shades of Classic Rose #F3CEDE
Tints of Classic Rose #F3CEDE
RGB
CMYK
RGB Variations
Color information
#F3CEDE (or 0xF3CEDE) is known color: Classic Rose. HEX triplet: F3, CE and DE. RGB value is (243,206,222). Sum of RGB (Red+Green+Blue) = 243+206+222=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEDE is #0C3121. Grayscale: #DADADA. Windows color (decimal): -799010 or 14601971. OLE color: 14601971.
HSL color Cylindrical-coordinate representation of color #F3CEDE: hue angle of 334.05º 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 #F3CEDE is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 222 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.05 |
| HSL | 334.05º | 0.61% | 0.88% | - |
| HSV(B) | 334.05º | 0.15% | 0.95% | - |
| XYZ | 72.22 | 68.47 | 78.52 | - |
| YUV | 218.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 222 | 0 | 0.15 | 0.09 | 0.05 | 334.05 | 0.61 | 0.88 |
| Hex | F3 | CE | DE | 0 | F | 9 | 5 | 14E | 3D | 58 |
| Octal | 363 | 316 | 336 | 0 | 17 | 11 | 5 | 516 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11011110 | 0 | 1111 | 1001 | 101 | 101001110 | 111101 | 1011000 |
Color Harmonies of #F3CEDE
Complementary color
Monochromatic Colors of #F3CEDE
Black with #F3CEDE
Text Example
Text Example
White with #F3CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEDE; }
p { color: rgb(243,206,222); }
H1.HeaderClassName
{
color: #F3CEDE;
}
.AnyTagClassName
{
color: #F3CEDE;
}
</style>
background-color css
<style>
a { background-color: #F3CEDE; }
a { background-color: rgb(243,206,222); }
div.DivClassName
{
background-color: #F3CEDE;
}
.BgClassName
{
background-color: #F3CEDE;
}
</style>
border-color css
<style>
span { border-color: #F3CEDE; }
span { border-color: rgb(243,206,222); }
td.TdClassName
{
border-color: #F3CEDE;
}
.TagClassName
{
border-color: #F3CEDE;
}
</style>