Shades of Classic Rose #F3C0D3
Tints of Classic Rose #F3C0D3
RGB
CMYK
RGB Variations
Color information
#F3C0D3 (or 0xF3C0D3) is known color: Classic Rose. HEX triplet: F3, C0 and D3. RGB value is (243,192,211). Sum of RGB (Red+Green+Blue) = 243+192+211=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0D3 is #0C3F2C. Grayscale: #D1D1D1. Windows color (decimal): -802605 or 13877491. OLE color: 13877491.
HSL color Cylindrical-coordinate representation of color #F3C0D3: hue angle of 337.65º 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 #F3C0D3 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 211 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.05 |
| HSL | 337.65º | 0.68% | 0.85% | - |
| HSV(B) | 337.65º | 0.21% | 0.95% | - |
| XYZ | 67.57 | 61.46 | 69.93 | - |
| YUV | 209.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 211 | 0 | 0.21 | 0.13 | 0.05 | 337.65 | 0.68 | 0.85 |
| Hex | F3 | C0 | D3 | 0 | 15 | D | 5 | 152 | 44 | 55 |
| Octal | 363 | 300 | 323 | 0 | 25 | 15 | 5 | 522 | 104 | 125 |
| Binary | 11110011 | 11000000 | 11010011 | 0 | 10101 | 1101 | 101 | 101010010 | 1000100 | 1010101 |
Color Harmonies of #F3C0D3
Complementary color
Monochromatic Colors of #F3C0D3
Black with #F3C0D3
Text Example
Text Example
White with #F3C0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0D3; }
p { color: rgb(243,192,211); }
H1.HeaderClassName
{
color: #F3C0D3;
}
.AnyTagClassName
{
color: #F3C0D3;
}
</style>
background-color css
<style>
a { background-color: #F3C0D3; }
a { background-color: rgb(243,192,211); }
div.DivClassName
{
background-color: #F3C0D3;
}
.BgClassName
{
background-color: #F3C0D3;
}
</style>
border-color css
<style>
span { border-color: #F3C0D3; }
span { border-color: rgb(243,192,211); }
td.TdClassName
{
border-color: #F3C0D3;
}
.TagClassName
{
border-color: #F3C0D3;
}
</style>