Shades of Classic Rose #F7C1EA
Tints of Classic Rose #F7C1EA
RGB
CMYK
RGB Variations
Color information
#F7C1EA (or 0xF7C1EA) is known color: Classic Rose. HEX triplet: F7, C1 and EA. RGB value is (247,193,234). Sum of RGB (Red+Green+Blue) = 247+193+234=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 193 (75.78% from 255 or 28.64% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C1EA is #083E15. Grayscale: #D5D5D5. Windows color (decimal): -540182 or 15385079. OLE color: 15385079.
HSL color Cylindrical-coordinate representation of color #F7C1EA: hue angle of 314.44º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7C1EA is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 234 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.03 |
| HSL | 314.44º | 0.77% | 0.86% | - |
| HSV(B) | 314.44º | 0.22% | 0.97% | - |
| XYZ | 72.28 | 63.85 | 86.36 | - |
| YUV | 213.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 234 | 0 | 0.22 | 0.05 | 0.03 | 314.44 | 0.77 | 0.86 |
| Hex | F7 | C1 | EA | 0 | 16 | 5 | 3 | 13A | 4D | 56 |
| Octal | 367 | 301 | 352 | 0 | 26 | 5 | 3 | 472 | 115 | 126 |
| Binary | 11110111 | 11000001 | 11101010 | 0 | 10110 | 101 | 11 | 100111010 | 1001101 | 1010110 |
Color Harmonies of #F7C1EA
Complementary color
Monochromatic Colors of #F7C1EA
Black with #F7C1EA
Text Example
Text Example
White with #F7C1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C1EA; }
p { color: rgb(247,193,234); }
H1.HeaderClassName
{
color: #F7C1EA;
}
.AnyTagClassName
{
color: #F7C1EA;
}
</style>
background-color css
<style>
a { background-color: #F7C1EA; }
a { background-color: rgb(247,193,234); }
div.DivClassName
{
background-color: #F7C1EA;
}
.BgClassName
{
background-color: #F7C1EA;
}
</style>
border-color css
<style>
span { border-color: #F7C1EA; }
span { border-color: rgb(247,193,234); }
td.TdClassName
{
border-color: #F7C1EA;
}
.TagClassName
{
border-color: #F7C1EA;
}
</style>