Shades of Pale Rose #F1CCD0
Tints of Pale Rose #F1CCD0
RGB
CMYK
RGB Variations
Color information
#F1CCD0 (or 0xF1CCD0) is known color: Pale Rose. HEX triplet: F1, CC and D0. RGB value is (241,204,208). Sum of RGB (Red+Green+Blue) = 241+204+208=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD0 is #0E332F. Grayscale: #D7D7D7. Windows color (decimal): -930608 or 13683953. OLE color: 13683953.
HSL color Cylindrical-coordinate representation of color #F1CCD0: hue angle of 353.51º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CCD0 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 208 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.05 |
| HSL | 353.51º | 0.57% | 0.87% | - |
| HSV(B) | 353.51º | 0.15% | 0.95% | - |
| XYZ | 69.25 | 66.44 | 68.85 | - |
| YUV | 215.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 208 | 0 | 0.15 | 0.14 | 0.05 | 353.51 | 0.57 | 0.87 |
| Hex | F1 | CC | D0 | 0 | F | E | 5 | 162 | 39 | 57 |
| Octal | 361 | 314 | 320 | 0 | 17 | 16 | 5 | 542 | 71 | 127 |
| Binary | 11110001 | 11001100 | 11010000 | 0 | 1111 | 1110 | 101 | 101100010 | 111001 | 1010111 |
Color Harmonies of #F1CCD0
Complementary color
Monochromatic Colors of #F1CCD0
Black with #F1CCD0
Text Example
Text Example
White with #F1CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CCD0; }
p { color: rgb(241,204,208); }
H1.HeaderClassName
{
color: #F1CCD0;
}
.AnyTagClassName
{
color: #F1CCD0;
}
</style>
background-color css
<style>
a { background-color: #F1CCD0; }
a { background-color: rgb(241,204,208); }
div.DivClassName
{
background-color: #F1CCD0;
}
.BgClassName
{
background-color: #F1CCD0;
}
</style>
border-color css
<style>
span { border-color: #F1CCD0; }
span { border-color: rgb(241,204,208); }
td.TdClassName
{
border-color: #F1CCD0;
}
.TagClassName
{
border-color: #F1CCD0;
}
</style>