Shades of Classic Rose #F3CDDD
Tints of Classic Rose #F3CDDD
RGB
CMYK
RGB Variations
Color information
#F3CDDD (or 0xF3CDDD) is known color: Classic Rose. HEX triplet: F3, CD and DD. RGB value is (243,205,221). Sum of RGB (Red+Green+Blue) = 243+205+221=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDDD is #0C3222. Grayscale: #DADADA. Windows color (decimal): -799267 or 14536179. OLE color: 14536179.
HSL color Cylindrical-coordinate representation of color #F3CDDD: hue angle of 334.74º 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 #F3CDDD is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 221 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.05 |
| HSL | 334.74º | 0.61% | 0.88% | - |
| HSV(B) | 334.74º | 0.16% | 0.95% | - |
| XYZ | 71.84 | 67.94 | 77.73 | - |
| YUV | 218.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 221 | 0 | 0.16 | 0.09 | 0.05 | 334.74 | 0.61 | 0.88 |
| Hex | F3 | CD | DD | 0 | 10 | 9 | 5 | 14F | 3D | 58 |
| Octal | 363 | 315 | 335 | 0 | 20 | 11 | 5 | 517 | 75 | 130 |
| Binary | 11110011 | 11001101 | 11011101 | 0 | 10000 | 1001 | 101 | 101001111 | 111101 | 1011000 |
Color Harmonies of #F3CDDD
Complementary color
Monochromatic Colors of #F3CDDD
Black with #F3CDDD
Text Example
Text Example
White with #F3CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDDD; }
p { color: rgb(243,205,221); }
H1.HeaderClassName
{
color: #F3CDDD;
}
.AnyTagClassName
{
color: #F3CDDD;
}
</style>
background-color css
<style>
a { background-color: #F3CDDD; }
a { background-color: rgb(243,205,221); }
div.DivClassName
{
background-color: #F3CDDD;
}
.BgClassName
{
background-color: #F3CDDD;
}
</style>
border-color css
<style>
span { border-color: #F3CDDD; }
span { border-color: rgb(243,205,221); }
td.TdClassName
{
border-color: #F3CDDD;
}
.TagClassName
{
border-color: #F3CDDD;
}
</style>