Shades of Classic Rose #F1C8DE
Tints of Classic Rose #F1C8DE
RGB
CMYK
RGB Variations
Color information
#F1C8DE (or 0xF1C8DE) is known color: Classic Rose. HEX triplet: F1, C8 and DE. RGB value is (241,200,222). Sum of RGB (Red+Green+Blue) = 241+200+222=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8DE is #0E3721. Grayscale: #D6D6D6. Windows color (decimal): -931618 or 14600433. OLE color: 14600433.
HSL color Cylindrical-coordinate representation of color #F1C8DE: hue angle of 327.8º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C8DE is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 222 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.05 |
| HSL | 327.8º | 0.59% | 0.86% | - |
| HSV(B) | 327.8º | 0.17% | 0.95% | - |
| XYZ | 70.11 | 65.28 | 78.01 | - |
| YUV | 214.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 222 | 0 | 0.17 | 0.08 | 0.05 | 327.8 | 0.59 | 0.86 |
| Hex | F1 | C8 | DE | 0 | 11 | 8 | 5 | 148 | 3B | 56 |
| Octal | 361 | 310 | 336 | 0 | 21 | 10 | 5 | 510 | 73 | 126 |
| Binary | 11110001 | 11001000 | 11011110 | 0 | 10001 | 1000 | 101 | 101001000 | 111011 | 1010110 |
Color Harmonies of #F1C8DE
Complementary color
Monochromatic Colors of #F1C8DE
Black with #F1C8DE
Text Example
Text Example
White with #F1C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8DE; }
p { color: rgb(241,200,222); }
H1.HeaderClassName
{
color: #F1C8DE;
}
.AnyTagClassName
{
color: #F1C8DE;
}
</style>
background-color css
<style>
a { background-color: #F1C8DE; }
a { background-color: rgb(241,200,222); }
div.DivClassName
{
background-color: #F1C8DE;
}
.BgClassName
{
background-color: #F1C8DE;
}
</style>
border-color css
<style>
span { border-color: #F1C8DE; }
span { border-color: rgb(241,200,222); }
td.TdClassName
{
border-color: #F1C8DE;
}
.TagClassName
{
border-color: #F1C8DE;
}
</style>