Shades of Pale Rose #F1CFD2
Tints of Pale Rose #F1CFD2
RGB
CMYK
RGB Variations
Color information
#F1CFD2 (or 0xF1CFD2) is known color: Pale Rose. HEX triplet: F1, CF and D2. RGB value is (241,207,210). Sum of RGB (Red+Green+Blue) = 241+207+210=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFD2 is #0E302D. Grayscale: #D9D9D9. Windows color (decimal): -929838 or 13815793. OLE color: 13815793.
HSL color Cylindrical-coordinate representation of color #F1CFD2: hue angle of 354.71º 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 #F1CFD2 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 210 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.05 |
| HSL | 354.71º | 0.55% | 0.88% | - |
| HSV(B) | 354.71º | 0.14% | 0.95% | - |
| XYZ | 70.22 | 67.98 | 70.39 | - |
| YUV | 217.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 210 | 0 | 0.14 | 0.13 | 0.05 | 354.71 | 0.55 | 0.88 |
| Hex | F1 | CF | D2 | 0 | E | D | 5 | 163 | 37 | 58 |
| Octal | 361 | 317 | 322 | 0 | 16 | 15 | 5 | 543 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11010010 | 0 | 1110 | 1101 | 101 | 101100011 | 110111 | 1011000 |
Color Harmonies of #F1CFD2
Complementary color
Monochromatic Colors of #F1CFD2
Black with #F1CFD2
Text Example
Text Example
White with #F1CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFD2; }
p { color: rgb(241,207,210); }
H1.HeaderClassName
{
color: #F1CFD2;
}
.AnyTagClassName
{
color: #F1CFD2;
}
</style>
background-color css
<style>
a { background-color: #F1CFD2; }
a { background-color: rgb(241,207,210); }
div.DivClassName
{
background-color: #F1CFD2;
}
.BgClassName
{
background-color: #F1CFD2;
}
</style>
border-color css
<style>
span { border-color: #F1CFD2; }
span { border-color: rgb(241,207,210); }
td.TdClassName
{
border-color: #F1CFD2;
}
.TagClassName
{
border-color: #F1CFD2;
}
</style>