Shades of Classic Rose #F3C5E3
Tints of Classic Rose #F3C5E3
RGB
CMYK
RGB Variations
Color information
#F3C5E3 (or 0xF3C5E3) is known color: Classic Rose. HEX triplet: F3, C5 and E3. RGB value is (243,197,227). Sum of RGB (Red+Green+Blue) = 243+197+227=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5E3 is #0C3A1C. Grayscale: #D6D6D6. Windows color (decimal): -801309 or 14927347. OLE color: 14927347.
HSL color Cylindrical-coordinate representation of color #F3C5E3: hue angle of 320.87º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3C5E3 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 197 | 227 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.05 |
| HSL | 320.87º | 0.66% | 0.86% | - |
| HSV(B) | 320.87º | 0.19% | 0.95% | - |
| XYZ | 70.79 | 64.53 | 81.4 | - |
| YUV | 214.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 197 | 227 | 0 | 0.19 | 0.07 | 0.05 | 320.87 | 0.66 | 0.86 |
| Hex | F3 | C5 | E3 | 0 | 13 | 7 | 5 | 141 | 42 | 56 |
| Octal | 363 | 305 | 343 | 0 | 23 | 7 | 5 | 501 | 102 | 126 |
| Binary | 11110011 | 11000101 | 11100011 | 0 | 10011 | 111 | 101 | 101000001 | 1000010 | 1010110 |
Color Harmonies of #F3C5E3
Complementary color
Monochromatic Colors of #F3C5E3
Black with #F3C5E3
Text Example
Text Example
White with #F3C5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C5E3; }
p { color: rgb(243,197,227); }
H1.HeaderClassName
{
color: #F3C5E3;
}
.AnyTagClassName
{
color: #F3C5E3;
}
</style>
background-color css
<style>
a { background-color: #F3C5E3; }
a { background-color: rgb(243,197,227); }
div.DivClassName
{
background-color: #F3C5E3;
}
.BgClassName
{
background-color: #F3C5E3;
}
</style>
border-color css
<style>
span { border-color: #F3C5E3; }
span { border-color: rgb(243,197,227); }
td.TdClassName
{
border-color: #F3C5E3;
}
.TagClassName
{
border-color: #F3C5E3;
}
</style>