Shades of Classic Rose #F1CFDC
Tints of Classic Rose #F1CFDC
RGB
CMYK
RGB Variations
Color information
#F1CFDC (or 0xF1CFDC) is known color: Classic Rose. HEX triplet: F1, CF and DC. RGB value is (241,207,220). Sum of RGB (Red+Green+Blue) = 241+207+220=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFDC is #0E3023. Grayscale: #DADADA. Windows color (decimal): -929828 or 14471153. OLE color: 14471153.
HSL color Cylindrical-coordinate representation of color #F1CFDC: hue angle of 337.06º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1CFDC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 220 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.05 |
| HSL | 337.06º | 0.55% | 0.88% | - |
| HSV(B) | 337.06º | 0.14% | 0.95% | - |
| XYZ | 71.51 | 68.49 | 77.16 | - |
| YUV | 218.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 220 | 0 | 0.14 | 0.09 | 0.05 | 337.06 | 0.55 | 0.88 |
| Hex | F1 | CF | DC | 0 | E | 9 | 5 | 151 | 37 | 58 |
| Octal | 361 | 317 | 334 | 0 | 16 | 11 | 5 | 521 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11011100 | 0 | 1110 | 1001 | 101 | 101010001 | 110111 | 1011000 |
Color Harmonies of #F1CFDC
Complementary color
Monochromatic Colors of #F1CFDC
Black with #F1CFDC
Text Example
Text Example
White with #F1CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFDC; }
p { color: rgb(241,207,220); }
H1.HeaderClassName
{
color: #F1CFDC;
}
.AnyTagClassName
{
color: #F1CFDC;
}
</style>
background-color css
<style>
a { background-color: #F1CFDC; }
a { background-color: rgb(241,207,220); }
div.DivClassName
{
background-color: #F1CFDC;
}
.BgClassName
{
background-color: #F1CFDC;
}
</style>
border-color css
<style>
span { border-color: #F1CFDC; }
span { border-color: rgb(241,207,220); }
td.TdClassName
{
border-color: #F1CFDC;
}
.TagClassName
{
border-color: #F1CFDC;
}
</style>