Shades of Classic Rose #F1D4E8
Tints of Classic Rose #F1D4E8
RGB
CMYK
RGB Variations
Color information
#F1D4E8 (or 0xF1D4E8) is known color: Classic Rose. HEX triplet: F1, D4 and E8. RGB value is (241,212,232). Sum of RGB (Red+Green+Blue) = 241+212+232=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D4E8 is #0E2B17. Grayscale: #DEDEDE. Windows color (decimal): -928536 or 15258865. OLE color: 15258865.
HSL color Cylindrical-coordinate representation of color #F1D4E8: hue angle of 318.62º 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 #F1D4E8 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 232 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.05 |
| HSL | 318.62º | 0.51% | 0.89% | - |
| HSV(B) | 318.62º | 0.12% | 0.95% | - |
| XYZ | 74.38 | 71.61 | 86.25 | - |
| YUV | 222.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 232 | 0 | 0.12 | 0.04 | 0.05 | 318.62 | 0.51 | 0.89 |
| Hex | F1 | D4 | E8 | 0 | C | 4 | 5 | 13F | 33 | 59 |
| Octal | 361 | 324 | 350 | 0 | 14 | 4 | 5 | 477 | 63 | 131 |
| Binary | 11110001 | 11010100 | 11101000 | 0 | 1100 | 100 | 101 | 100111111 | 110011 | 1011001 |
Color Harmonies of #F1D4E8
Complementary color
Monochromatic Colors of #F1D4E8
Black with #F1D4E8
Text Example
Text Example
White with #F1D4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4E8; }
p { color: rgb(241,212,232); }
H1.HeaderClassName
{
color: #F1D4E8;
}
.AnyTagClassName
{
color: #F1D4E8;
}
</style>
background-color css
<style>
a { background-color: #F1D4E8; }
a { background-color: rgb(241,212,232); }
div.DivClassName
{
background-color: #F1D4E8;
}
.BgClassName
{
background-color: #F1D4E8;
}
</style>
border-color css
<style>
span { border-color: #F1D4E8; }
span { border-color: rgb(241,212,232); }
td.TdClassName
{
border-color: #F1D4E8;
}
.TagClassName
{
border-color: #F1D4E8;
}
</style>