Shades of Classic Rose #F7C3DC
Tints of Classic Rose #F7C3DC
RGB
CMYK
RGB Variations
Color information
#F7C3DC (or 0xF7C3DC) is known color: Classic Rose. HEX triplet: F7, C3 and DC. RGB value is (247,195,220). Sum of RGB (Red+Green+Blue) = 247+195+220=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 195 (76.56% from 255 or 29.46% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C3DC is #083C23. Grayscale: #D5D5D5. Windows color (decimal): -539684 or 14468087. OLE color: 14468087.
HSL color Cylindrical-coordinate representation of color #F7C3DC: hue angle of 331.15º 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 #F7C3DC is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 195 | 220 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.03 |
| HSL | 331.15º | 0.76% | 0.87% | - |
| HSV(B) | 331.15º | 0.21% | 0.97% | - |
| XYZ | 70.79 | 63.97 | 76.33 | - |
| YUV | 213.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 195 | 220 | 0 | 0.21 | 0.11 | 0.03 | 331.15 | 0.76 | 0.87 |
| Hex | F7 | C3 | DC | 0 | 15 | B | 3 | 14B | 4C | 57 |
| Octal | 367 | 303 | 334 | 0 | 25 | 13 | 3 | 513 | 114 | 127 |
| Binary | 11110111 | 11000011 | 11011100 | 0 | 10101 | 1011 | 11 | 101001011 | 1001100 | 1010111 |
Color Harmonies of #F7C3DC
Complementary color
Monochromatic Colors of #F7C3DC
Black with #F7C3DC
Text Example
Text Example
White with #F7C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C3DC; }
p { color: rgb(247,195,220); }
H1.HeaderClassName
{
color: #F7C3DC;
}
.AnyTagClassName
{
color: #F7C3DC;
}
</style>
background-color css
<style>
a { background-color: #F7C3DC; }
a { background-color: rgb(247,195,220); }
div.DivClassName
{
background-color: #F7C3DC;
}
.BgClassName
{
background-color: #F7C3DC;
}
</style>
border-color css
<style>
span { border-color: #F7C3DC; }
span { border-color: rgb(247,195,220); }
td.TdClassName
{
border-color: #F7C3DC;
}
.TagClassName
{
border-color: #F7C3DC;
}
</style>