Shades of Classic Rose #F3CEDC
Tints of Classic Rose #F3CEDC
RGB
CMYK
RGB Variations
Color information
#F3CEDC (or 0xF3CEDC) is known color: Classic Rose. HEX triplet: F3, CE and DC. RGB value is (243,206,220). Sum of RGB (Red+Green+Blue) = 243+206+220=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEDC is #0C3123. Grayscale: #DADADA. Windows color (decimal): -799012 or 14470899. OLE color: 14470899.
HSL color Cylindrical-coordinate representation of color #F3CEDC: hue angle of 337.3º 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 #F3CEDC is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 220 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.05 |
| HSL | 337.3º | 0.61% | 0.88% | - |
| HSV(B) | 337.3º | 0.15% | 0.95% | - |
| XYZ | 71.95 | 68.36 | 77.11 | - |
| YUV | 218.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 220 | 0 | 0.15 | 0.09 | 0.05 | 337.3 | 0.61 | 0.88 |
| Hex | F3 | CE | DC | 0 | F | 9 | 5 | 151 | 3D | 58 |
| Octal | 363 | 316 | 334 | 0 | 17 | 11 | 5 | 521 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11011100 | 0 | 1111 | 1001 | 101 | 101010001 | 111101 | 1011000 |
Color Harmonies of #F3CEDC
Complementary color
Monochromatic Colors of #F3CEDC
Black with #F3CEDC
Text Example
Text Example
White with #F3CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEDC; }
p { color: rgb(243,206,220); }
H1.HeaderClassName
{
color: #F3CEDC;
}
.AnyTagClassName
{
color: #F3CEDC;
}
</style>
background-color css
<style>
a { background-color: #F3CEDC; }
a { background-color: rgb(243,206,220); }
div.DivClassName
{
background-color: #F3CEDC;
}
.BgClassName
{
background-color: #F3CEDC;
}
</style>
border-color css
<style>
span { border-color: #F3CEDC; }
span { border-color: rgb(243,206,220); }
td.TdClassName
{
border-color: #F3CEDC;
}
.TagClassName
{
border-color: #F3CEDC;
}
</style>