Shades of Classic Rose #F3C0DC
Tints of Classic Rose #F3C0DC
RGB
CMYK
RGB Variations
Color information
#F3C0DC (or 0xF3C0DC) is known color: Classic Rose. HEX triplet: F3, C0 and DC. RGB value is (243,192,220). Sum of RGB (Red+Green+Blue) = 243+192+220=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0DC is #0C3F23. Grayscale: #D2D2D2. Windows color (decimal): -802596 or 14467315. OLE color: 14467315.
HSL color Cylindrical-coordinate representation of color #F3C0DC: hue angle of 327.06º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C0DC is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 220 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.05 |
| HSL | 327.06º | 0.68% | 0.85% | - |
| HSV(B) | 327.06º | 0.21% | 0.95% | - |
| XYZ | 68.73 | 61.92 | 76.04 | - |
| YUV | 210.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 220 | 0 | 0.21 | 0.09 | 0.05 | 327.06 | 0.68 | 0.85 |
| Hex | F3 | C0 | DC | 0 | 15 | 9 | 5 | 147 | 44 | 55 |
| Octal | 363 | 300 | 334 | 0 | 25 | 11 | 5 | 507 | 104 | 125 |
| Binary | 11110011 | 11000000 | 11011100 | 0 | 10101 | 1001 | 101 | 101000111 | 1000100 | 1010101 |
Color Harmonies of #F3C0DC
Complementary color
Monochromatic Colors of #F3C0DC
Black with #F3C0DC
Text Example
Text Example
White with #F3C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0DC; }
p { color: rgb(243,192,220); }
H1.HeaderClassName
{
color: #F3C0DC;
}
.AnyTagClassName
{
color: #F3C0DC;
}
</style>
background-color css
<style>
a { background-color: #F3C0DC; }
a { background-color: rgb(243,192,220); }
div.DivClassName
{
background-color: #F3C0DC;
}
.BgClassName
{
background-color: #F3C0DC;
}
</style>
border-color css
<style>
span { border-color: #F3C0DC; }
span { border-color: rgb(243,192,220); }
td.TdClassName
{
border-color: #F3C0DC;
}
.TagClassName
{
border-color: #F3C0DC;
}
</style>