Shades of Carousel Pink #F0DDE0
Tints of Carousel Pink #F0DDE0
RGB
CMYK
RGB Variations
Color information
#F0DDE0 (or 0xF0DDE0) is known color: Carousel Pink. HEX triplet: F0, DD and E0. RGB value is (240,221,224). Sum of RGB (Red+Green+Blue) = 240+221+224=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDE0 is #0F221F. Grayscale: #E3E3E3. Windows color (decimal): -991776 or 14736880. OLE color: 14736880.
HSL color Cylindrical-coordinate representation of color #F0DDE0: hue angle of 350.53º 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 #F0DDE0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 224 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.06 |
| HSL | 350.53º | 0.39% | 0.9% | - |
| HSV(B) | 350.53º | 0.08% | 0.94% | - |
| XYZ | 75.25 | 75.62 | 81.15 | - |
| YUV | 227.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 224 | 0 | 0.08 | 0.07 | 0.06 | 350.53 | 0.39 | 0.9 |
| Hex | F0 | DD | E0 | 0 | 8 | 7 | 6 | 15F | 27 | 5A |
| Octal | 360 | 335 | 340 | 0 | 10 | 7 | 6 | 537 | 47 | 132 |
| Binary | 11110000 | 11011101 | 11100000 | 0 | 1000 | 111 | 110 | 101011111 | 100111 | 1011010 |
Color Harmonies of #F0DDE0
Complementary color
Monochromatic Colors of #F0DDE0
Black with #F0DDE0
Text Example
Text Example
White with #F0DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDE0; }
p { color: rgb(240,221,224); }
H1.HeaderClassName
{
color: #F0DDE0;
}
.AnyTagClassName
{
color: #F0DDE0;
}
</style>
background-color css
<style>
a { background-color: #F0DDE0; }
a { background-color: rgb(240,221,224); }
div.DivClassName
{
background-color: #F0DDE0;
}
.BgClassName
{
background-color: #F0DDE0;
}
</style>
border-color css
<style>
span { border-color: #F0DDE0; }
span { border-color: rgb(240,221,224); }
td.TdClassName
{
border-color: #F0DDE0;
}
.TagClassName
{
border-color: #F0DDE0;
}
</style>