Shades of Classic Rose #F1CDE6
Tints of Classic Rose #F1CDE6
RGB
CMYK
RGB Variations
Color information
#F1CDE6 (or 0xF1CDE6) is known color: Classic Rose. HEX triplet: F1, CD and E6. RGB value is (241,205,230). Sum of RGB (Red+Green+Blue) = 241+205+230=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CDE6 is #0E3219. Grayscale: #DADADA. Windows color (decimal): -930330 or 15126001. OLE color: 15126001.
HSL color Cylindrical-coordinate representation of color #F1CDE6: hue angle of 318.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CDE6 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 205 | 230 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.05 |
| HSL | 318.33º | 0.56% | 0.87% | - |
| HSV(B) | 318.33º | 0.15% | 0.95% | - |
| XYZ | 72.39 | 68.08 | 84.19 | - |
| YUV | 218.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 205 | 230 | 0 | 0.15 | 0.05 | 0.05 | 318.33 | 0.56 | 0.87 |
| Hex | F1 | CD | E6 | 0 | F | 5 | 5 | 13E | 38 | 57 |
| Octal | 361 | 315 | 346 | 0 | 17 | 5 | 5 | 476 | 70 | 127 |
| Binary | 11110001 | 11001101 | 11100110 | 0 | 1111 | 101 | 101 | 100111110 | 111000 | 1010111 |
Color Harmonies of #F1CDE6
Complementary color
Monochromatic Colors of #F1CDE6
Black with #F1CDE6
Text Example
Text Example
White with #F1CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CDE6; }
p { color: rgb(241,205,230); }
H1.HeaderClassName
{
color: #F1CDE6;
}
.AnyTagClassName
{
color: #F1CDE6;
}
</style>
background-color css
<style>
a { background-color: #F1CDE6; }
a { background-color: rgb(241,205,230); }
div.DivClassName
{
background-color: #F1CDE6;
}
.BgClassName
{
background-color: #F1CDE6;
}
</style>
border-color css
<style>
span { border-color: #F1CDE6; }
span { border-color: rgb(241,205,230); }
td.TdClassName
{
border-color: #F1CDE6;
}
.TagClassName
{
border-color: #F1CDE6;
}
</style>