Shades of Classic Rose #F1D4E5
Tints of Classic Rose #F1D4E5
RGB
CMYK
RGB Variations
Color information
#F1D4E5 (or 0xF1D4E5) is known color: Classic Rose. HEX triplet: F1, D4 and E5. RGB value is (241,212,229). Sum of RGB (Red+Green+Blue) = 241+212+229=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4E5 is #0E2B1A. Grayscale: #DEDEDE. Windows color (decimal): -928539 or 15062257. OLE color: 15062257.
HSL color Cylindrical-coordinate representation of color #F1D4E5: hue angle of 324.83º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1D4E5 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 229 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.05 |
| HSL | 324.83º | 0.51% | 0.89% | - |
| HSV(B) | 324.83º | 0.12% | 0.95% | - |
| XYZ | 73.96 | 71.44 | 84.02 | - |
| YUV | 222.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 229 | 0 | 0.12 | 0.05 | 0.05 | 324.83 | 0.51 | 0.89 |
| Hex | F1 | D4 | E5 | 0 | C | 5 | 5 | 145 | 33 | 59 |
| Octal | 361 | 324 | 345 | 0 | 14 | 5 | 5 | 505 | 63 | 131 |
| Binary | 11110001 | 11010100 | 11100101 | 0 | 1100 | 101 | 101 | 101000101 | 110011 | 1011001 |
Color Harmonies of #F1D4E5
Complementary color
Monochromatic Colors of #F1D4E5
Black with #F1D4E5
Text Example
Text Example
White with #F1D4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4E5; }
p { color: rgb(241,212,229); }
H1.HeaderClassName
{
color: #F1D4E5;
}
.AnyTagClassName
{
color: #F1D4E5;
}
</style>
background-color css
<style>
a { background-color: #F1D4E5; }
a { background-color: rgb(241,212,229); }
div.DivClassName
{
background-color: #F1D4E5;
}
.BgClassName
{
background-color: #F1D4E5;
}
</style>
border-color css
<style>
span { border-color: #F1D4E5; }
span { border-color: rgb(241,212,229); }
td.TdClassName
{
border-color: #F1D4E5;
}
.TagClassName
{
border-color: #F1D4E5;
}
</style>