Shades of Classic Rose #F1DAEA
Tints of Classic Rose #F1DAEA
RGB
CMYK
RGB Variations
Color information
#F1DAEA (or 0xF1DAEA) is known color: Classic Rose. HEX triplet: F1, DA and EA. RGB value is (241,218,234). Sum of RGB (Red+Green+Blue) = 241+218+234=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAEA is #0E2515. Grayscale: #E2E2E2. Windows color (decimal): -926998 or 15391473. OLE color: 15391473.
HSL color Cylindrical-coordinate representation of color #F1DAEA: hue angle of 318.26º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1DAEA is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 234 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.05 |
| HSL | 318.26º | 0.45% | 0.9% | - |
| HSV(B) | 318.26º | 0.1% | 0.95% | - |
| XYZ | 76.2 | 74.78 | 88.26 | - |
| YUV | 226.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 234 | 0 | 0.10 | 0.03 | 0.05 | 318.26 | 0.45 | 0.9 |
| Hex | F1 | DA | EA | 0 | A | 3 | 5 | 13E | 2D | 5A |
| Octal | 361 | 332 | 352 | 0 | 12 | 3 | 5 | 476 | 55 | 132 |
| Binary | 11110001 | 11011010 | 11101010 | 0 | 1010 | 11 | 101 | 100111110 | 101101 | 1011010 |
Color Harmonies of #F1DAEA
Complementary color
Monochromatic Colors of #F1DAEA
Black with #F1DAEA
Text Example
Text Example
White with #F1DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DAEA; }
p { color: rgb(241,218,234); }
H1.HeaderClassName
{
color: #F1DAEA;
}
.AnyTagClassName
{
color: #F1DAEA;
}
</style>
background-color css
<style>
a { background-color: #F1DAEA; }
a { background-color: rgb(241,218,234); }
div.DivClassName
{
background-color: #F1DAEA;
}
.BgClassName
{
background-color: #F1DAEA;
}
</style>
border-color css
<style>
span { border-color: #F1DAEA; }
span { border-color: rgb(241,218,234); }
td.TdClassName
{
border-color: #F1DAEA;
}
.TagClassName
{
border-color: #F1DAEA;
}
</style>