Shades of Carousel Pink #F1DFE2
Tints of Carousel Pink #F1DFE2
RGB
CMYK
RGB Variations
Color information
#F1DFE2 (or 0xF1DFE2) is known color: Carousel Pink. HEX triplet: F1, DF and E2. RGB value is (241,223,226). Sum of RGB (Red+Green+Blue) = 241+223+226=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFE2 is #0E201D. Grayscale: #E4E4E4. Windows color (decimal): -925726 or 14868465. OLE color: 14868465.
HSL color Cylindrical-coordinate representation of color #F1DFE2: hue angle of 350º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1DFE2 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 226 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.05 |
| HSL | 350º | 0.39% | 0.91% | - |
| HSV(B) | 350º | 0.07% | 0.95% | - |
| XYZ | 76.39 | 76.97 | 82.78 | - |
| YUV | 228.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 226 | 0 | 0.07 | 0.06 | 0.05 | 350 | 0.39 | 0.91 |
| Hex | F1 | DF | E2 | 0 | 7 | 6 | 5 | 15E | 27 | 5B |
| Octal | 361 | 337 | 342 | 0 | 7 | 6 | 5 | 536 | 47 | 133 |
| Binary | 11110001 | 11011111 | 11100010 | 0 | 111 | 110 | 101 | 101011110 | 100111 | 1011011 |
Color Harmonies of #F1DFE2
Complementary color
Monochromatic Colors of #F1DFE2
Black with #F1DFE2
Text Example
Text Example
White with #F1DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFE2; }
p { color: rgb(241,223,226); }
H1.HeaderClassName
{
color: #F1DFE2;
}
.AnyTagClassName
{
color: #F1DFE2;
}
</style>
background-color css
<style>
a { background-color: #F1DFE2; }
a { background-color: rgb(241,223,226); }
div.DivClassName
{
background-color: #F1DFE2;
}
.BgClassName
{
background-color: #F1DFE2;
}
</style>
border-color css
<style>
span { border-color: #F1DFE2; }
span { border-color: rgb(241,223,226); }
td.TdClassName
{
border-color: #F1DFE2;
}
.TagClassName
{
border-color: #F1DFE2;
}
</style>