Shades of Carousel Pink #F0DDE1
Tints of Carousel Pink #F0DDE1
RGB
CMYK
RGB Variations
Color information
#F0DDE1 (or 0xF0DDE1) is known color: Carousel Pink. HEX triplet: F0, DD and E1. RGB value is (240,221,225). Sum of RGB (Red+Green+Blue) = 240+221+225=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDE1 is #0F221E. Grayscale: #E3E3E3. Windows color (decimal): -991775 or 14802416. OLE color: 14802416.
HSL color Cylindrical-coordinate representation of color #F0DDE1: hue angle of 347.37º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDE1 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 225 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.06 |
| HSL | 347.37º | 0.39% | 0.9% | - |
| HSV(B) | 347.37º | 0.08% | 0.94% | - |
| XYZ | 75.38 | 75.67 | 81.87 | - |
| YUV | 227.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 225 | 0 | 0.08 | 0.06 | 0.06 | 347.37 | 0.39 | 0.9 |
| Hex | F0 | DD | E1 | 0 | 8 | 6 | 6 | 15B | 27 | 5A |
| Octal | 360 | 335 | 341 | 0 | 10 | 6 | 6 | 533 | 47 | 132 |
| Binary | 11110000 | 11011101 | 11100001 | 0 | 1000 | 110 | 110 | 101011011 | 100111 | 1011010 |
Color Harmonies of #F0DDE1
Complementary color
Monochromatic Colors of #F0DDE1
Black with #F0DDE1
Text Example
Text Example
White with #F0DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDE1; }
p { color: rgb(240,221,225); }
H1.HeaderClassName
{
color: #F0DDE1;
}
.AnyTagClassName
{
color: #F0DDE1;
}
</style>
background-color css
<style>
a { background-color: #F0DDE1; }
a { background-color: rgb(240,221,225); }
div.DivClassName
{
background-color: #F0DDE1;
}
.BgClassName
{
background-color: #F0DDE1;
}
</style>
border-color css
<style>
span { border-color: #F0DDE1; }
span { border-color: rgb(240,221,225); }
td.TdClassName
{
border-color: #F0DDE1;
}
.TagClassName
{
border-color: #F0DDE1;
}
</style>