Shades of Classic Rose #F7C4DC
Tints of Classic Rose #F7C4DC
RGB
CMYK
RGB Variations
Color information
#F7C4DC (or 0xF7C4DC) is known color: Classic Rose. HEX triplet: F7, C4 and DC. RGB value is (247,196,220). Sum of RGB (Red+Green+Blue) = 247+196+220=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 196 (76.95% from 255 or 29.56% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C4DC is #083B23. Grayscale: #D5D5D5. Windows color (decimal): -539428 or 14468343. OLE color: 14468343.
HSL color Cylindrical-coordinate representation of color #F7C4DC: hue angle of 331.76º 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 #F7C4DC is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 220 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.03 |
| HSL | 331.76º | 0.76% | 0.87% | - |
| HSV(B) | 331.76º | 0.21% | 0.97% | - |
| XYZ | 71.02 | 64.42 | 76.4 | - |
| YUV | 213.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 220 | 0 | 0.21 | 0.11 | 0.03 | 331.76 | 0.76 | 0.87 |
| Hex | F7 | C4 | DC | 0 | 15 | B | 3 | 14C | 4C | 57 |
| Octal | 367 | 304 | 334 | 0 | 25 | 13 | 3 | 514 | 114 | 127 |
| Binary | 11110111 | 11000100 | 11011100 | 0 | 10101 | 1011 | 11 | 101001100 | 1001100 | 1010111 |
Color Harmonies of #F7C4DC
Complementary color
Monochromatic Colors of #F7C4DC
Black with #F7C4DC
Text Example
Text Example
White with #F7C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C4DC; }
p { color: rgb(247,196,220); }
H1.HeaderClassName
{
color: #F7C4DC;
}
.AnyTagClassName
{
color: #F7C4DC;
}
</style>
background-color css
<style>
a { background-color: #F7C4DC; }
a { background-color: rgb(247,196,220); }
div.DivClassName
{
background-color: #F7C4DC;
}
.BgClassName
{
background-color: #F7C4DC;
}
</style>
border-color css
<style>
span { border-color: #F7C4DC; }
span { border-color: rgb(247,196,220); }
td.TdClassName
{
border-color: #F7C4DC;
}
.TagClassName
{
border-color: #F7C4DC;
}
</style>