Shades of Pale Rose #F1D4D5
Tints of Pale Rose #F1D4D5
RGB
CMYK
RGB Variations
Color information
#F1D4D5 (or 0xF1D4D5) is known color: Pale Rose. HEX triplet: F1, D4 and D5. RGB value is (241,212,213). Sum of RGB (Red+Green+Blue) = 241+212+213=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4D5 is #0E2B2A. Grayscale: #DCDCDC. Windows color (decimal): -928555 or 14013681. OLE color: 14013681.
HSL color Cylindrical-coordinate representation of color #F1D4D5: hue angle of 357.93º 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 #F1D4D5 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 212 | 213 | - |
CMYK | 0 | 0.12 | 0.12 | 0.05 |
HSL | 357.93º | 0.51% | 0.89% | - |
HSV(B) | 357.93º | 0.12% | 0.95% | - |
XYZ | 71.83 | 70.59 | 72.79 | - |
YUV | 220.79 | 123.61 | 142.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 212 | 213 | 0 | 0.12 | 0.12 | 0.05 | 357.93 | 0.51 | 0.89 |
Hex | F1 | D4 | D5 | 0 | C | C | 5 | 166 | 33 | 59 |
Octal | 361 | 324 | 325 | 0 | 14 | 14 | 5 | 546 | 63 | 131 |
Binary | 11110001 | 11010100 | 11010101 | 0 | 1100 | 1100 | 101 | 101100110 | 110011 | 1011001 |
Color Harmonies of #F1D4D5
Complementary color
Monochromatic Colors of #F1D4D5
Black with #F1D4D5
Text Example
Text Example
White with #F1D4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4D5; }
p { color: rgb(241,212,213); }
H1.HeaderClassName
{
color: #F1D4D5;
}
.AnyTagClassName
{
color: #F1D4D5;
}
</style>
background-color css
<style>
a { background-color: #F1D4D5; }
a { background-color: rgb(241,212,213); }
div.DivClassName
{
background-color: #F1D4D5;
}
.BgClassName
{
background-color: #F1D4D5;
}
</style>
border-color css
<style>
span { border-color: #F1D4D5; }
span { border-color: rgb(241,212,213); }
td.TdClassName
{
border-color: #F1D4D5;
}
.TagClassName
{
border-color: #F1D4D5;
}
</style>