Shades of Classic Rose #F3C7DD
Tints of Classic Rose #F3C7DD
RGB
CMYK
RGB Variations
Color information
#F3C7DD (or 0xF3C7DD) is known color: Classic Rose. HEX triplet: F3, C7 and DD. RGB value is (243,199,221). Sum of RGB (Red+Green+Blue) = 243+199+221=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C7DD is #0C3822. Grayscale: #D6D6D6. Windows color (decimal): -800803 or 14534643. OLE color: 14534643.
HSL color Cylindrical-coordinate representation of color #F3C7DD: hue angle of 330º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3C7DD is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 221 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.05 |
| HSL | 330º | 0.65% | 0.87% | - |
| HSV(B) | 330º | 0.18% | 0.95% | - |
| XYZ | 70.44 | 65.12 | 77.26 | - |
| YUV | 214.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 221 | 0 | 0.18 | 0.09 | 0.05 | 330 | 0.65 | 0.87 |
| Hex | F3 | C7 | DD | 0 | 12 | 9 | 5 | 14A | 41 | 57 |
| Octal | 363 | 307 | 335 | 0 | 22 | 11 | 5 | 512 | 101 | 127 |
| Binary | 11110011 | 11000111 | 11011101 | 0 | 10010 | 1001 | 101 | 101001010 | 1000001 | 1010111 |
Color Harmonies of #F3C7DD
Complementary color
Monochromatic Colors of #F3C7DD
Black with #F3C7DD
Text Example
Text Example
White with #F3C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C7DD; }
p { color: rgb(243,199,221); }
H1.HeaderClassName
{
color: #F3C7DD;
}
.AnyTagClassName
{
color: #F3C7DD;
}
</style>
background-color css
<style>
a { background-color: #F3C7DD; }
a { background-color: rgb(243,199,221); }
div.DivClassName
{
background-color: #F3C7DD;
}
.BgClassName
{
background-color: #F3C7DD;
}
</style>
border-color css
<style>
span { border-color: #F3C7DD; }
span { border-color: rgb(243,199,221); }
td.TdClassName
{
border-color: #F3C7DD;
}
.TagClassName
{
border-color: #F3C7DD;
}
</style>