Shades of Classic Rose #F1CFDB
Tints of Classic Rose #F1CFDB
RGB
CMYK
RGB Variations
Color information
#F1CFDB (or 0xF1CFDB) is known color: Classic Rose. HEX triplet: F1, CF and DB. RGB value is (241,207,219). Sum of RGB (Red+Green+Blue) = 241+207+219=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFDB is #0E3024. Grayscale: #DADADA. Windows color (decimal): -929829 or 14405617. OLE color: 14405617.
HSL color Cylindrical-coordinate representation of color #F1CFDB: hue angle of 338.82º 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 #F1CFDB is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 219 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.05 |
| HSL | 338.82º | 0.55% | 0.88% | - |
| HSV(B) | 338.82º | 0.14% | 0.95% | - |
| XYZ | 71.37 | 68.44 | 76.47 | - |
| YUV | 218.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 219 | 0 | 0.14 | 0.09 | 0.05 | 338.82 | 0.55 | 0.88 |
| Hex | F1 | CF | DB | 0 | E | 9 | 5 | 153 | 37 | 58 |
| Octal | 361 | 317 | 333 | 0 | 16 | 11 | 5 | 523 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11011011 | 0 | 1110 | 1001 | 101 | 101010011 | 110111 | 1011000 |
Color Harmonies of #F1CFDB
Complementary color
Monochromatic Colors of #F1CFDB
Black with #F1CFDB
Text Example
Text Example
White with #F1CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFDB; }
p { color: rgb(241,207,219); }
H1.HeaderClassName
{
color: #F1CFDB;
}
.AnyTagClassName
{
color: #F1CFDB;
}
</style>
background-color css
<style>
a { background-color: #F1CFDB; }
a { background-color: rgb(241,207,219); }
div.DivClassName
{
background-color: #F1CFDB;
}
.BgClassName
{
background-color: #F1CFDB;
}
</style>
border-color css
<style>
span { border-color: #F1CFDB; }
span { border-color: rgb(241,207,219); }
td.TdClassName
{
border-color: #F1CFDB;
}
.TagClassName
{
border-color: #F1CFDB;
}
</style>