Shades of Classic Rose #F3CDE9
Tints of Classic Rose #F3CDE9
RGB
CMYK
RGB Variations
Color information
#F3CDE9 (or 0xF3CDE9) is known color: Classic Rose. HEX triplet: F3, CD and E9. RGB value is (243,205,233). Sum of RGB (Red+Green+Blue) = 243+205+233=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 233 (91.41% from 255 or 34.21% from 681); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDE9 is #0C3216. Grayscale: #DBDBDB. Windows color (decimal): -799255 or 15322611. OLE color: 15322611.
HSL color Cylindrical-coordinate representation of color #F3CDE9: hue angle of 315.79º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CDE9 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 233 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.05 |
| HSL | 315.79º | 0.61% | 0.88% | - |
| HSV(B) | 315.79º | 0.16% | 0.95% | - |
| XYZ | 73.5 | 68.6 | 86.46 | - |
| YUV | 219.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 233 | 0 | 0.16 | 0.04 | 0.05 | 315.79 | 0.61 | 0.88 |
| Hex | F3 | CD | E9 | 0 | 10 | 4 | 5 | 13C | 3D | 58 |
| Octal | 363 | 315 | 351 | 0 | 20 | 4 | 5 | 474 | 75 | 130 |
| Binary | 11110011 | 11001101 | 11101001 | 0 | 10000 | 100 | 101 | 100111100 | 111101 | 1011000 |
Color Harmonies of #F3CDE9
Complementary color
Monochromatic Colors of #F3CDE9
Black with #F3CDE9
Text Example
Text Example
White with #F3CDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDE9; }
p { color: rgb(243,205,233); }
H1.HeaderClassName
{
color: #F3CDE9;
}
.AnyTagClassName
{
color: #F3CDE9;
}
</style>
background-color css
<style>
a { background-color: #F3CDE9; }
a { background-color: rgb(243,205,233); }
div.DivClassName
{
background-color: #F3CDE9;
}
.BgClassName
{
background-color: #F3CDE9;
}
</style>
border-color css
<style>
span { border-color: #F3CDE9; }
span { border-color: rgb(243,205,233); }
td.TdClassName
{
border-color: #F3CDE9;
}
.TagClassName
{
border-color: #F3CDE9;
}
</style>