Shades of Pale Rose #F1CED0
Tints of Pale Rose #F1CED0
RGB
CMYK
RGB Variations
Color information
#F1CED0 (or 0xF1CED0) is known color: Pale Rose. HEX triplet: F1, CE and D0. RGB value is (241,206,208). Sum of RGB (Red+Green+Blue) = 241+206+208=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CED0 is #0E312F. Grayscale: #D8D8D8. Windows color (decimal): -930096 or 13684465. OLE color: 13684465.
HSL color Cylindrical-coordinate representation of color #F1CED0: hue angle of 356.57º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CED0 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 208 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.05 |
| HSL | 356.57º | 0.56% | 0.88% | - |
| HSV(B) | 356.57º | 0.15% | 0.95% | - |
| XYZ | 69.73 | 67.4 | 69.01 | - |
| YUV | 216.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 208 | 0 | 0.15 | 0.14 | 0.05 | 356.57 | 0.56 | 0.88 |
| Hex | F1 | CE | D0 | 0 | F | E | 5 | 165 | 38 | 58 |
| Octal | 361 | 316 | 320 | 0 | 17 | 16 | 5 | 545 | 70 | 130 |
| Binary | 11110001 | 11001110 | 11010000 | 0 | 1111 | 1110 | 101 | 101100101 | 111000 | 1011000 |
Color Harmonies of #F1CED0
Complementary color
Monochromatic Colors of #F1CED0
Black with #F1CED0
Text Example
Text Example
White with #F1CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CED0; }
p { color: rgb(241,206,208); }
H1.HeaderClassName
{
color: #F1CED0;
}
.AnyTagClassName
{
color: #F1CED0;
}
</style>
background-color css
<style>
a { background-color: #F1CED0; }
a { background-color: rgb(241,206,208); }
div.DivClassName
{
background-color: #F1CED0;
}
.BgClassName
{
background-color: #F1CED0;
}
</style>
border-color css
<style>
span { border-color: #F1CED0; }
span { border-color: rgb(241,206,208); }
td.TdClassName
{
border-color: #F1CED0;
}
.TagClassName
{
border-color: #F1CED0;
}
</style>