Shades of Carousel Pink #F1DEE1
Tints of Carousel Pink #F1DEE1
RGB
CMYK
RGB Variations
Color information
#F1DEE1 (or 0xF1DEE1) is known color: Carousel Pink. HEX triplet: F1, DE and E1. RGB value is (241,222,225). Sum of RGB (Red+Green+Blue) = 241+222+225=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 225 (88.28% from 255 or 32.70% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEE1 is #0E211E. Grayscale: #E4E4E4. Windows color (decimal): -925983 or 14802673. OLE color: 14802673.
HSL color Cylindrical-coordinate representation of color #F1DEE1: hue angle of 350.53º 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 #F1DEE1 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 225 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.05 |
| HSL | 350.53º | 0.4% | 0.91% | - |
| HSV(B) | 350.53º | 0.08% | 0.95% | - |
| XYZ | 75.99 | 76.38 | 81.97 | - |
| YUV | 228.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 225 | 0 | 0.08 | 0.07 | 0.05 | 350.53 | 0.4 | 0.91 |
| Hex | F1 | DE | E1 | 0 | 8 | 7 | 5 | 15F | 28 | 5B |
| Octal | 361 | 336 | 341 | 0 | 10 | 7 | 5 | 537 | 50 | 133 |
| Binary | 11110001 | 11011110 | 11100001 | 0 | 1000 | 111 | 101 | 101011111 | 101000 | 1011011 |
Color Harmonies of #F1DEE1
Complementary color
Monochromatic Colors of #F1DEE1
Black with #F1DEE1
Text Example
Text Example
White with #F1DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEE1; }
p { color: rgb(241,222,225); }
H1.HeaderClassName
{
color: #F1DEE1;
}
.AnyTagClassName
{
color: #F1DEE1;
}
</style>
background-color css
<style>
a { background-color: #F1DEE1; }
a { background-color: rgb(241,222,225); }
div.DivClassName
{
background-color: #F1DEE1;
}
.BgClassName
{
background-color: #F1DEE1;
}
</style>
border-color css
<style>
span { border-color: #F1DEE1; }
span { border-color: rgb(241,222,225); }
td.TdClassName
{
border-color: #F1DEE1;
}
.TagClassName
{
border-color: #F1DEE1;
}
</style>