Shades of Classic Rose #F3CCDC
Tints of Classic Rose #F3CCDC
RGB
CMYK
RGB Variations
Color information
#F3CCDC (or 0xF3CCDC) is known color: Classic Rose. HEX triplet: F3, CC and DC. RGB value is (243,204,220). Sum of RGB (Red+Green+Blue) = 243+204+220=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCDC is #0C3323. Grayscale: #D9D9D9. Windows color (decimal): -799524 or 14470387. OLE color: 14470387.
HSL color Cylindrical-coordinate representation of color #F3CCDC: hue angle of 335.38º degrees, saturation: 0.62, 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 #F3CCDC is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 220 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.05 |
| HSL | 335.38º | 0.62% | 0.88% | - |
| HSV(B) | 335.38º | 0.16% | 0.95% | - |
| XYZ | 71.47 | 67.41 | 76.95 | - |
| YUV | 217.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 220 | 0 | 0.16 | 0.09 | 0.05 | 335.38 | 0.62 | 0.88 |
| Hex | F3 | CC | DC | 0 | 10 | 9 | 5 | 14F | 3E | 58 |
| Octal | 363 | 314 | 334 | 0 | 20 | 11 | 5 | 517 | 76 | 130 |
| Binary | 11110011 | 11001100 | 11011100 | 0 | 10000 | 1001 | 101 | 101001111 | 111110 | 1011000 |
Color Harmonies of #F3CCDC
Complementary color
Monochromatic Colors of #F3CCDC
Black with #F3CCDC
Text Example
Text Example
White with #F3CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CCDC; }
p { color: rgb(243,204,220); }
H1.HeaderClassName
{
color: #F3CCDC;
}
.AnyTagClassName
{
color: #F3CCDC;
}
</style>
background-color css
<style>
a { background-color: #F3CCDC; }
a { background-color: rgb(243,204,220); }
div.DivClassName
{
background-color: #F3CCDC;
}
.BgClassName
{
background-color: #F3CCDC;
}
</style>
border-color css
<style>
span { border-color: #F3CCDC; }
span { border-color: rgb(243,204,220); }
td.TdClassName
{
border-color: #F3CCDC;
}
.TagClassName
{
border-color: #F3CCDC;
}
</style>