Shades of Classic Rose #F7C3D9
Tints of Classic Rose #F7C3D9
RGB
CMYK
RGB Variations
Color information
#F7C3D9 (or 0xF7C3D9) is known color: Classic Rose. HEX triplet: F7, C3 and D9. RGB value is (247,195,217). Sum of RGB (Red+Green+Blue) = 247+195+217=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 195 (76.56% from 255 or 29.59% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C3D9 is #083C26. Grayscale: #D5D5D5. Windows color (decimal): -539687 or 14271479. OLE color: 14271479.
HSL color Cylindrical-coordinate representation of color #F7C3D9: hue angle of 334.62º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C3D9 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 195 | 217 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.03 |
| HSL | 334.62º | 0.76% | 0.87% | - |
| HSV(B) | 334.62º | 0.21% | 0.97% | - |
| XYZ | 70.4 | 63.81 | 74.25 | - |
| YUV | 213.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 195 | 217 | 0 | 0.21 | 0.12 | 0.03 | 334.62 | 0.76 | 0.87 |
| Hex | F7 | C3 | D9 | 0 | 15 | C | 3 | 14F | 4C | 57 |
| Octal | 367 | 303 | 331 | 0 | 25 | 14 | 3 | 517 | 114 | 127 |
| Binary | 11110111 | 11000011 | 11011001 | 0 | 10101 | 1100 | 11 | 101001111 | 1001100 | 1010111 |
Color Harmonies of #F7C3D9
Complementary color
Monochromatic Colors of #F7C3D9
Black with #F7C3D9
Text Example
Text Example
White with #F7C3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C3D9; }
p { color: rgb(247,195,217); }
H1.HeaderClassName
{
color: #F7C3D9;
}
.AnyTagClassName
{
color: #F7C3D9;
}
</style>
background-color css
<style>
a { background-color: #F7C3D9; }
a { background-color: rgb(247,195,217); }
div.DivClassName
{
background-color: #F7C3D9;
}
.BgClassName
{
background-color: #F7C3D9;
}
</style>
border-color css
<style>
span { border-color: #F7C3D9; }
span { border-color: rgb(247,195,217); }
td.TdClassName
{
border-color: #F7C3D9;
}
.TagClassName
{
border-color: #F7C3D9;
}
</style>