Shades of Pale Rose #F1D4D6
Tints of Pale Rose #F1D4D6
RGB
CMYK
RGB Variations
Color information
#F1D4D6 (or 0xF1D4D6) is known color: Pale Rose. HEX triplet: F1, D4 and D6. RGB value is (241,212,214). Sum of RGB (Red+Green+Blue) = 241+212+214=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4D6 is #0E2B29. Grayscale: #DCDCDC. Windows color (decimal): -928554 or 14079217. OLE color: 14079217.
HSL color Cylindrical-coordinate representation of color #F1D4D6: hue angle of 355.86º 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 #F1D4D6 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 214 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.05 |
| HSL | 355.86º | 0.51% | 0.89% | - |
| HSV(B) | 355.86º | 0.12% | 0.95% | - |
| XYZ | 71.96 | 70.64 | 73.46 | - |
| YUV | 220.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 214 | 0 | 0.12 | 0.11 | 0.05 | 355.86 | 0.51 | 0.89 |
| Hex | F1 | D4 | D6 | 0 | C | B | 5 | 164 | 33 | 59 |
| Octal | 361 | 324 | 326 | 0 | 14 | 13 | 5 | 544 | 63 | 131 |
| Binary | 11110001 | 11010100 | 11010110 | 0 | 1100 | 1011 | 101 | 101100100 | 110011 | 1011001 |
Color Harmonies of #F1D4D6
Complementary color
Monochromatic Colors of #F1D4D6
Black with #F1D4D6
Text Example
Text Example
White with #F1D4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4D6; }
p { color: rgb(241,212,214); }
H1.HeaderClassName
{
color: #F1D4D6;
}
.AnyTagClassName
{
color: #F1D4D6;
}
</style>
background-color css
<style>
a { background-color: #F1D4D6; }
a { background-color: rgb(241,212,214); }
div.DivClassName
{
background-color: #F1D4D6;
}
.BgClassName
{
background-color: #F1D4D6;
}
</style>
border-color css
<style>
span { border-color: #F1D4D6; }
span { border-color: rgb(241,212,214); }
td.TdClassName
{
border-color: #F1D4D6;
}
.TagClassName
{
border-color: #F1D4D6;
}
</style>