Shades of Classic Rose #F3C2DF
Tints of Classic Rose #F3C2DF
RGB
CMYK
RGB Variations
Color information
#F3C2DF (or 0xF3C2DF) is known color: Classic Rose. HEX triplet: F3, C2 and DF. RGB value is (243,194,223). Sum of RGB (Red+Green+Blue) = 243+194+223=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2DF is #0C3D20. Grayscale: #D3D3D3. Windows color (decimal): -802081 or 14664435. OLE color: 14664435.
HSL color Cylindrical-coordinate representation of color #F3C2DF: hue angle of 324.49º 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 #F3C2DF is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 223 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.05 |
| HSL | 324.49º | 0.67% | 0.86% | - |
| HSV(B) | 324.49º | 0.2% | 0.95% | - |
| XYZ | 69.57 | 62.97 | 78.3 | - |
| YUV | 211.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 223 | 0 | 0.20 | 0.08 | 0.05 | 324.49 | 0.67 | 0.86 |
| Hex | F3 | C2 | DF | 0 | 14 | 8 | 5 | 144 | 43 | 56 |
| Octal | 363 | 302 | 337 | 0 | 24 | 10 | 5 | 504 | 103 | 126 |
| Binary | 11110011 | 11000010 | 11011111 | 0 | 10100 | 1000 | 101 | 101000100 | 1000011 | 1010110 |
Color Harmonies of #F3C2DF
Complementary color
Monochromatic Colors of #F3C2DF
Black with #F3C2DF
Text Example
Text Example
White with #F3C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2DF; }
p { color: rgb(243,194,223); }
H1.HeaderClassName
{
color: #F3C2DF;
}
.AnyTagClassName
{
color: #F3C2DF;
}
</style>
background-color css
<style>
a { background-color: #F3C2DF; }
a { background-color: rgb(243,194,223); }
div.DivClassName
{
background-color: #F3C2DF;
}
.BgClassName
{
background-color: #F3C2DF;
}
</style>
border-color css
<style>
span { border-color: #F3C2DF; }
span { border-color: rgb(243,194,223); }
td.TdClassName
{
border-color: #F3C2DF;
}
.TagClassName
{
border-color: #F3C2DF;
}
</style>