Shades of Pale Rose #F1CFD1
Tints of Pale Rose #F1CFD1
RGB
CMYK
RGB Variations
Color information
#F1CFD1 (or 0xF1CFD1) is known color: Pale Rose. HEX triplet: F1, CF and D1. RGB value is (241,207,209). Sum of RGB (Red+Green+Blue) = 241+207+209=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 209 (82.03% from 255 or 31.81% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFD1 is #0E302E. Grayscale: #D9D9D9. Windows color (decimal): -929839 or 13750257. OLE color: 13750257.
HSL color Cylindrical-coordinate representation of color #F1CFD1: hue angle of 356.47º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1CFD1 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 209 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.05 |
| HSL | 356.47º | 0.55% | 0.88% | - |
| HSV(B) | 356.47º | 0.14% | 0.95% | - |
| XYZ | 70.1 | 67.93 | 69.74 | - |
| YUV | 217.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 209 | 0 | 0.14 | 0.13 | 0.05 | 356.47 | 0.55 | 0.88 |
| Hex | F1 | CF | D1 | 0 | E | D | 5 | 164 | 37 | 58 |
| Octal | 361 | 317 | 321 | 0 | 16 | 15 | 5 | 544 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11010001 | 0 | 1110 | 1101 | 101 | 101100100 | 110111 | 1011000 |
Color Harmonies of #F1CFD1
Complementary color
Monochromatic Colors of #F1CFD1
Black with #F1CFD1
Text Example
Text Example
White with #F1CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFD1; }
p { color: rgb(241,207,209); }
H1.HeaderClassName
{
color: #F1CFD1;
}
.AnyTagClassName
{
color: #F1CFD1;
}
</style>
background-color css
<style>
a { background-color: #F1CFD1; }
a { background-color: rgb(241,207,209); }
div.DivClassName
{
background-color: #F1CFD1;
}
.BgClassName
{
background-color: #F1CFD1;
}
</style>
border-color css
<style>
span { border-color: #F1CFD1; }
span { border-color: rgb(241,207,209); }
td.TdClassName
{
border-color: #F1CFD1;
}
.TagClassName
{
border-color: #F1CFD1;
}
</style>