Shades of Classic Rose #F3C0DA
Tints of Classic Rose #F3C0DA
RGB
CMYK
RGB Variations
Color information
#F3C0DA (or 0xF3C0DA) is known color: Classic Rose. HEX triplet: F3, C0 and DA. RGB value is (243,192,218). Sum of RGB (Red+Green+Blue) = 243+192+218=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0DA is #0C3F25. Grayscale: #D2D2D2. Windows color (decimal): -802598 or 14336243. OLE color: 14336243.
HSL color Cylindrical-coordinate representation of color #F3C0DA: hue angle of 329.41º 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 #F3C0DA is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 218 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.05 |
| HSL | 329.41º | 0.68% | 0.85% | - |
| HSV(B) | 329.41º | 0.21% | 0.95% | - |
| XYZ | 68.47 | 61.82 | 74.65 | - |
| YUV | 210.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 218 | 0 | 0.21 | 0.10 | 0.05 | 329.41 | 0.68 | 0.85 |
| Hex | F3 | C0 | DA | 0 | 15 | A | 5 | 149 | 44 | 55 |
| Octal | 363 | 300 | 332 | 0 | 25 | 12 | 5 | 511 | 104 | 125 |
| Binary | 11110011 | 11000000 | 11011010 | 0 | 10101 | 1010 | 101 | 101001001 | 1000100 | 1010101 |
Color Harmonies of #F3C0DA
Complementary color
Monochromatic Colors of #F3C0DA
Black with #F3C0DA
Text Example
Text Example
White with #F3C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0DA; }
p { color: rgb(243,192,218); }
H1.HeaderClassName
{
color: #F3C0DA;
}
.AnyTagClassName
{
color: #F3C0DA;
}
</style>
background-color css
<style>
a { background-color: #F3C0DA; }
a { background-color: rgb(243,192,218); }
div.DivClassName
{
background-color: #F3C0DA;
}
.BgClassName
{
background-color: #F3C0DA;
}
</style>
border-color css
<style>
span { border-color: #F3C0DA; }
span { border-color: rgb(243,192,218); }
td.TdClassName
{
border-color: #F3C0DA;
}
.TagClassName
{
border-color: #F3C0DA;
}
</style>