Shades of Carousel Pink #F1DEE0
Tints of Carousel Pink #F1DEE0
RGB
CMYK
RGB Variations
Color information
#F1DEE0 (or 0xF1DEE0) is known color: Carousel Pink. HEX triplet: F1, DE and E0. RGB value is (241,222,224). Sum of RGB (Red+Green+Blue) = 241+222+224=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 224 (87.89% from 255 or 32.61% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEE0 is #0E211F. Grayscale: #E3E3E3. Windows color (decimal): -925984 or 14737137. OLE color: 14737137.
HSL color Cylindrical-coordinate representation of color #F1DEE0: hue angle of 353.68º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1DEE0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 224 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.05 |
| HSL | 353.68º | 0.4% | 0.91% | - |
| HSV(B) | 353.68º | 0.08% | 0.95% | - |
| XYZ | 75.85 | 76.33 | 81.26 | - |
| YUV | 227.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 224 | 0 | 0.08 | 0.07 | 0.05 | 353.68 | 0.4 | 0.91 |
| Hex | F1 | DE | E0 | 0 | 8 | 7 | 5 | 162 | 28 | 5B |
| Octal | 361 | 336 | 340 | 0 | 10 | 7 | 5 | 542 | 50 | 133 |
| Binary | 11110001 | 11011110 | 11100000 | 0 | 1000 | 111 | 101 | 101100010 | 101000 | 1011011 |
Color Harmonies of #F1DEE0
Complementary color
Monochromatic Colors of #F1DEE0
Black with #F1DEE0
Text Example
Text Example
White with #F1DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEE0; }
p { color: rgb(241,222,224); }
H1.HeaderClassName
{
color: #F1DEE0;
}
.AnyTagClassName
{
color: #F1DEE0;
}
</style>
background-color css
<style>
a { background-color: #F1DEE0; }
a { background-color: rgb(241,222,224); }
div.DivClassName
{
background-color: #F1DEE0;
}
.BgClassName
{
background-color: #F1DEE0;
}
</style>
border-color css
<style>
span { border-color: #F1DEE0; }
span { border-color: rgb(241,222,224); }
td.TdClassName
{
border-color: #F1DEE0;
}
.TagClassName
{
border-color: #F1DEE0;
}
</style>