Shades of Pale Rose #F1D3DA
Tints of Pale Rose #F1D3DA
RGB
CMYK
RGB Variations
Color information
#F1D3DA (or 0xF1D3DA) is known color: Pale Rose. HEX triplet: F1, D3 and DA. RGB value is (241,211,218). Sum of RGB (Red+Green+Blue) = 241+211+218=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3DA is #0E2C25. Grayscale: #DCDCDC. Windows color (decimal): -928806 or 14341105. OLE color: 14341105.
HSL color Cylindrical-coordinate representation of color #F1D3DA: hue angle of 346º degrees, saturation: 0.52, 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 #F1D3DA is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 218 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.05 |
| HSL | 346º | 0.52% | 0.89% | - |
| HSV(B) | 346º | 0.12% | 0.95% | - |
| XYZ | 72.22 | 70.35 | 76.1 | - |
| YUV | 220.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 218 | 0 | 0.12 | 0.10 | 0.05 | 346 | 0.52 | 0.89 |
| Hex | F1 | D3 | DA | 0 | C | A | 5 | 15A | 34 | 59 |
| Octal | 361 | 323 | 332 | 0 | 14 | 12 | 5 | 532 | 64 | 131 |
| Binary | 11110001 | 11010011 | 11011010 | 0 | 1100 | 1010 | 101 | 101011010 | 110100 | 1011001 |
Color Harmonies of #F1D3DA
Complementary color
Monochromatic Colors of #F1D3DA
Black with #F1D3DA
Text Example
Text Example
White with #F1D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D3DA; }
p { color: rgb(241,211,218); }
H1.HeaderClassName
{
color: #F1D3DA;
}
.AnyTagClassName
{
color: #F1D3DA;
}
</style>
background-color css
<style>
a { background-color: #F1D3DA; }
a { background-color: rgb(241,211,218); }
div.DivClassName
{
background-color: #F1D3DA;
}
.BgClassName
{
background-color: #F1D3DA;
}
</style>
border-color css
<style>
span { border-color: #F1D3DA; }
span { border-color: rgb(241,211,218); }
td.TdClassName
{
border-color: #F1D3DA;
}
.TagClassName
{
border-color: #F1D3DA;
}
</style>