Shades of Classic Rose #F3CDDC
Tints of Classic Rose #F3CDDC
RGB
CMYK
RGB Variations
Color information
#F3CDDC (or 0xF3CDDC) is known color: Classic Rose. HEX triplet: F3, CD and DC. RGB value is (243,205,220). Sum of RGB (Red+Green+Blue) = 243+205+220=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDDC is #0C3223. Grayscale: #DADADA. Windows color (decimal): -799268 or 14470643. OLE color: 14470643.
HSL color Cylindrical-coordinate representation of color #F3CDDC: hue angle of 336.32º 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 #F3CDDC is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 220 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.05 |
| HSL | 336.32º | 0.61% | 0.88% | - |
| HSV(B) | 336.32º | 0.16% | 0.95% | - |
| XYZ | 71.71 | 67.88 | 77.03 | - |
| YUV | 218.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 220 | 0 | 0.16 | 0.09 | 0.05 | 336.32 | 0.61 | 0.88 |
| Hex | F3 | CD | DC | 0 | 10 | 9 | 5 | 150 | 3D | 58 |
| Octal | 363 | 315 | 334 | 0 | 20 | 11 | 5 | 520 | 75 | 130 |
| Binary | 11110011 | 11001101 | 11011100 | 0 | 10000 | 1001 | 101 | 101010000 | 111101 | 1011000 |
Color Harmonies of #F3CDDC
Complementary color
Monochromatic Colors of #F3CDDC
Black with #F3CDDC
Text Example
Text Example
White with #F3CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDDC; }
p { color: rgb(243,205,220); }
H1.HeaderClassName
{
color: #F3CDDC;
}
.AnyTagClassName
{
color: #F3CDDC;
}
</style>
background-color css
<style>
a { background-color: #F3CDDC; }
a { background-color: rgb(243,205,220); }
div.DivClassName
{
background-color: #F3CDDC;
}
.BgClassName
{
background-color: #F3CDDC;
}
</style>
border-color css
<style>
span { border-color: #F3CDDC; }
span { border-color: rgb(243,205,220); }
td.TdClassName
{
border-color: #F3CDDC;
}
.TagClassName
{
border-color: #F3CDDC;
}
</style>