Shades of Carousel Pink #F1DDE2
Tints of Carousel Pink #F1DDE2
RGB
CMYK
RGB Variations
Color information
#F1DDE2 (or 0xF1DDE2) is known color: Carousel Pink. HEX triplet: F1, DD and E2. RGB value is (241,221,226). Sum of RGB (Red+Green+Blue) = 241+221+226=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 226 (88.67% from 255 or 32.85% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDE2 is #0E221D. Grayscale: #E3E3E3. Windows color (decimal): -926238 or 14867953. OLE color: 14867953.
HSL color Cylindrical-coordinate representation of color #F1DDE2: hue angle of 345º degrees, saturation: 0.42, 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 #F1DDE2 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 226 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.05 |
| HSL | 345º | 0.42% | 0.91% | - |
| HSV(B) | 345º | 0.08% | 0.95% | - |
| XYZ | 75.86 | 75.9 | 82.6 | - |
| YUV | 227.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 226 | 0 | 0.08 | 0.06 | 0.05 | 345 | 0.42 | 0.91 |
| Hex | F1 | DD | E2 | 0 | 8 | 6 | 5 | 159 | 2A | 5B |
| Octal | 361 | 335 | 342 | 0 | 10 | 6 | 5 | 531 | 52 | 133 |
| Binary | 11110001 | 11011101 | 11100010 | 0 | 1000 | 110 | 101 | 101011001 | 101010 | 1011011 |
Color Harmonies of #F1DDE2
Complementary color
Monochromatic Colors of #F1DDE2
Black with #F1DDE2
Text Example
Text Example
White with #F1DDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDE2; }
p { color: rgb(241,221,226); }
H1.HeaderClassName
{
color: #F1DDE2;
}
.AnyTagClassName
{
color: #F1DDE2;
}
</style>
background-color css
<style>
a { background-color: #F1DDE2; }
a { background-color: rgb(241,221,226); }
div.DivClassName
{
background-color: #F1DDE2;
}
.BgClassName
{
background-color: #F1DDE2;
}
</style>
border-color css
<style>
span { border-color: #F1DDE2; }
span { border-color: rgb(241,221,226); }
td.TdClassName
{
border-color: #F1DDE2;
}
.TagClassName
{
border-color: #F1DDE2;
}
</style>