Shades of Classic Rose #F9C1EC
Tints of Classic Rose #F9C1EC
RGB
CMYK
RGB Variations
Color information
#F9C1EC (or 0xF9C1EC) is known color: Classic Rose. HEX triplet: F9, C1 and EC. RGB value is (249,193,236). Sum of RGB (Red+Green+Blue) = 249+193+236=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 193 (75.78% from 255 or 28.47% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C1EC is #063E13. Grayscale: #D6D6D6. Windows color (decimal): -409108 or 15516153. OLE color: 15516153.
HSL color Cylindrical-coordinate representation of color #F9C1EC: hue angle of 313.93º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C1EC is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 236 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.02 |
| HSL | 313.93º | 0.82% | 0.87% | - |
| HSV(B) | 313.93º | 0.22% | 0.98% | - |
| XYZ | 73.28 | 64.34 | 87.91 | - |
| YUV | 214.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 236 | 0 | 0.22 | 0.05 | 0.02 | 313.93 | 0.82 | 0.87 |
| Hex | F9 | C1 | EC | 0 | 16 | 5 | 2 | 13A | 52 | 57 |
| Octal | 371 | 301 | 354 | 0 | 26 | 5 | 2 | 472 | 122 | 127 |
| Binary | 11111001 | 11000001 | 11101100 | 0 | 10110 | 101 | 10 | 100111010 | 1010010 | 1010111 |
Color Harmonies of #F9C1EC
Complementary color
Monochromatic Colors of #F9C1EC
Black with #F9C1EC
Text Example
Text Example
White with #F9C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C1EC; }
p { color: rgb(249,193,236); }
H1.HeaderClassName
{
color: #F9C1EC;
}
.AnyTagClassName
{
color: #F9C1EC;
}
</style>
background-color css
<style>
a { background-color: #F9C1EC; }
a { background-color: rgb(249,193,236); }
div.DivClassName
{
background-color: #F9C1EC;
}
.BgClassName
{
background-color: #F9C1EC;
}
</style>
border-color css
<style>
span { border-color: #F9C1EC; }
span { border-color: rgb(249,193,236); }
td.TdClassName
{
border-color: #F9C1EC;
}
.TagClassName
{
border-color: #F9C1EC;
}
</style>