Shades of Classic Rose #F3C9DF
Tints of Classic Rose #F3C9DF
RGB
CMYK
RGB Variations
Color information
#F3C9DF (or 0xF3C9DF) is known color: Classic Rose. HEX triplet: F3, C9 and DF. RGB value is (243,201,223). Sum of RGB (Red+Green+Blue) = 243+201+223=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9DF is #0C3620. Grayscale: #D8D8D8. Windows color (decimal): -800289 or 14666227. OLE color: 14666227.
HSL color Cylindrical-coordinate representation of color #F3C9DF: hue angle of 328.57º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3C9DF is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 223 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.05 |
| HSL | 328.57º | 0.64% | 0.87% | - |
| HSV(B) | 328.57º | 0.17% | 0.95% | - |
| XYZ | 71.17 | 66.16 | 78.83 | - |
| YUV | 216.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 223 | 0 | 0.17 | 0.08 | 0.05 | 328.57 | 0.64 | 0.87 |
| Hex | F3 | C9 | DF | 0 | 11 | 8 | 5 | 149 | 40 | 57 |
| Octal | 363 | 311 | 337 | 0 | 21 | 10 | 5 | 511 | 100 | 127 |
| Binary | 11110011 | 11001001 | 11011111 | 0 | 10001 | 1000 | 101 | 101001001 | 1000000 | 1010111 |
Color Harmonies of #F3C9DF
Complementary color
Monochromatic Colors of #F3C9DF
Black with #F3C9DF
Text Example
Text Example
White with #F3C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C9DF; }
p { color: rgb(243,201,223); }
H1.HeaderClassName
{
color: #F3C9DF;
}
.AnyTagClassName
{
color: #F3C9DF;
}
</style>
background-color css
<style>
a { background-color: #F3C9DF; }
a { background-color: rgb(243,201,223); }
div.DivClassName
{
background-color: #F3C9DF;
}
.BgClassName
{
background-color: #F3C9DF;
}
</style>
border-color css
<style>
span { border-color: #F3C9DF; }
span { border-color: rgb(243,201,223); }
td.TdClassName
{
border-color: #F3C9DF;
}
.TagClassName
{
border-color: #F3C9DF;
}
</style>