Shades of Carousel Pink #F1DDDF
Tints of Carousel Pink #F1DDDF
RGB
CMYK
RGB Variations
Color information
#F1DDDF (or 0xF1DDDF) is known color: Carousel Pink. HEX triplet: F1, DD and DF. RGB value is (241,221,223). Sum of RGB (Red+Green+Blue) = 241+221+223=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDDF is #0E2220. Grayscale: #E3E3E3. Windows color (decimal): -926241 or 14671345. OLE color: 14671345.
HSL color Cylindrical-coordinate representation of color #F1DDDF: hue angle of 354º 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 #F1DDDF is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 223 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.05 |
| HSL | 354º | 0.42% | 0.91% | - |
| HSV(B) | 354º | 0.08% | 0.95% | - |
| XYZ | 75.45 | 75.74 | 80.45 | - |
| YUV | 227.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 223 | 0 | 0.08 | 0.07 | 0.05 | 354 | 0.42 | 0.91 |
| Hex | F1 | DD | DF | 0 | 8 | 7 | 5 | 162 | 2A | 5B |
| Octal | 361 | 335 | 337 | 0 | 10 | 7 | 5 | 542 | 52 | 133 |
| Binary | 11110001 | 11011101 | 11011111 | 0 | 1000 | 111 | 101 | 101100010 | 101010 | 1011011 |
Color Harmonies of #F1DDDF
Complementary color
Monochromatic Colors of #F1DDDF
Black with #F1DDDF
Text Example
Text Example
White with #F1DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDDF; }
p { color: rgb(241,221,223); }
H1.HeaderClassName
{
color: #F1DDDF;
}
.AnyTagClassName
{
color: #F1DDDF;
}
</style>
background-color css
<style>
a { background-color: #F1DDDF; }
a { background-color: rgb(241,221,223); }
div.DivClassName
{
background-color: #F1DDDF;
}
.BgClassName
{
background-color: #F1DDDF;
}
</style>
border-color css
<style>
span { border-color: #F1DDDF; }
span { border-color: rgb(241,221,223); }
td.TdClassName
{
border-color: #F1DDDF;
}
.TagClassName
{
border-color: #F1DDDF;
}
</style>