Shades of Pale Rose #F1D8DA
Tints of Pale Rose #F1D8DA
RGB
CMYK
RGB Variations
Color information
#F1D8DA (or 0xF1D8DA) is known color: Pale Rose. HEX triplet: F1, D8 and DA. RGB value is (241,216,218). Sum of RGB (Red+Green+Blue) = 241+216+218=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8DA is #0E2725. Grayscale: #DFDFDF. Windows color (decimal): -927526 or 14342385. OLE color: 14342385.
HSL color Cylindrical-coordinate representation of color #F1D8DA: hue angle of 355.2º degrees, saturation: 0.47, 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 #F1D8DA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 218 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.05 |
| HSL | 355.2º | 0.47% | 0.9% | - |
| HSV(B) | 355.2º | 0.1% | 0.95% | - |
| XYZ | 73.49 | 72.87 | 76.52 | - |
| YUV | 223.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 218 | 0 | 0.10 | 0.10 | 0.05 | 355.2 | 0.47 | 0.9 |
| Hex | F1 | D8 | DA | 0 | A | A | 5 | 163 | 2F | 5A |
| Octal | 361 | 330 | 332 | 0 | 12 | 12 | 5 | 543 | 57 | 132 |
| Binary | 11110001 | 11011000 | 11011010 | 0 | 1010 | 1010 | 101 | 101100011 | 101111 | 1011010 |
Color Harmonies of #F1D8DA
Complementary color
Monochromatic Colors of #F1D8DA
Black with #F1D8DA
Text Example
Text Example
White with #F1D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D8DA; }
p { color: rgb(241,216,218); }
H1.HeaderClassName
{
color: #F1D8DA;
}
.AnyTagClassName
{
color: #F1D8DA;
}
</style>
background-color css
<style>
a { background-color: #F1D8DA; }
a { background-color: rgb(241,216,218); }
div.DivClassName
{
background-color: #F1D8DA;
}
.BgClassName
{
background-color: #F1D8DA;
}
</style>
border-color css
<style>
span { border-color: #F1D8DA; }
span { border-color: rgb(241,216,218); }
td.TdClassName
{
border-color: #F1D8DA;
}
.TagClassName
{
border-color: #F1D8DA;
}
</style>