Shades of Classic Rose #F9C1EB
Tints of Classic Rose #F9C1EB
RGB
CMYK
RGB Variations
Color information
#F9C1EB (or 0xF9C1EB) is known color: Classic Rose. HEX triplet: F9, C1 and EB. RGB value is (249,193,235). Sum of RGB (Red+Green+Blue) = 249+193+235=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 193 (75.78% from 255 or 28.51% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C1EB is #063E14. Grayscale: #D6D6D6. Windows color (decimal): -409109 or 15450617. OLE color: 15450617.
HSL color Cylindrical-coordinate representation of color #F9C1EB: hue angle of 315º 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 #F9C1EB is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 235 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.02 |
| HSL | 315º | 0.82% | 0.87% | - |
| HSV(B) | 315º | 0.22% | 0.98% | - |
| XYZ | 73.13 | 64.28 | 87.15 | - |
| YUV | 214.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 235 | 0 | 0.22 | 0.06 | 0.02 | 315 | 0.82 | 0.87 |
| Hex | F9 | C1 | EB | 0 | 16 | 6 | 2 | 13B | 52 | 57 |
| Octal | 371 | 301 | 353 | 0 | 26 | 6 | 2 | 473 | 122 | 127 |
| Binary | 11111001 | 11000001 | 11101011 | 0 | 10110 | 110 | 10 | 100111011 | 1010010 | 1010111 |
Color Harmonies of #F9C1EB
Complementary color
Monochromatic Colors of #F9C1EB
Black with #F9C1EB
Text Example
Text Example
White with #F9C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C1EB; }
p { color: rgb(249,193,235); }
H1.HeaderClassName
{
color: #F9C1EB;
}
.AnyTagClassName
{
color: #F9C1EB;
}
</style>
background-color css
<style>
a { background-color: #F9C1EB; }
a { background-color: rgb(249,193,235); }
div.DivClassName
{
background-color: #F9C1EB;
}
.BgClassName
{
background-color: #F9C1EB;
}
</style>
border-color css
<style>
span { border-color: #F9C1EB; }
span { border-color: rgb(249,193,235); }
td.TdClassName
{
border-color: #F9C1EB;
}
.TagClassName
{
border-color: #F9C1EB;
}
</style>