Shades of Classic Rose #F3C2DA
Tints of Classic Rose #F3C2DA
RGB
CMYK
RGB Variations
Color information
#F3C2DA (or 0xF3C2DA) is known color: Classic Rose. HEX triplet: F3, C2 and DA. RGB value is (243,194,218). Sum of RGB (Red+Green+Blue) = 243+194+218=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2DA is #0C3D25. Grayscale: #D3D3D3. Windows color (decimal): -802086 or 14336755. OLE color: 14336755.
HSL color Cylindrical-coordinate representation of color #F3C2DA: hue angle of 330.61º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C2DA is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 218 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.05 |
| HSL | 330.61º | 0.67% | 0.86% | - |
| HSV(B) | 330.61º | 0.2% | 0.95% | - |
| XYZ | 68.91 | 62.7 | 74.8 | - |
| YUV | 211.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 218 | 0 | 0.20 | 0.10 | 0.05 | 330.61 | 0.67 | 0.86 |
| Hex | F3 | C2 | DA | 0 | 14 | A | 5 | 14B | 43 | 56 |
| Octal | 363 | 302 | 332 | 0 | 24 | 12 | 5 | 513 | 103 | 126 |
| Binary | 11110011 | 11000010 | 11011010 | 0 | 10100 | 1010 | 101 | 101001011 | 1000011 | 1010110 |
Color Harmonies of #F3C2DA
Complementary color
Monochromatic Colors of #F3C2DA
Black with #F3C2DA
Text Example
Text Example
White with #F3C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2DA; }
p { color: rgb(243,194,218); }
H1.HeaderClassName
{
color: #F3C2DA;
}
.AnyTagClassName
{
color: #F3C2DA;
}
</style>
background-color css
<style>
a { background-color: #F3C2DA; }
a { background-color: rgb(243,194,218); }
div.DivClassName
{
background-color: #F3C2DA;
}
.BgClassName
{
background-color: #F3C2DA;
}
</style>
border-color css
<style>
span { border-color: #F3C2DA; }
span { border-color: rgb(243,194,218); }
td.TdClassName
{
border-color: #F3C2DA;
}
.TagClassName
{
border-color: #F3C2DA;
}
</style>