Shades of Carousel Pink #F4DDE1
Tints of Carousel Pink #F4DDE1
RGB
CMYK
RGB Variations
Color information
#F4DDE1 (or 0xF4DDE1) is known color: Carousel Pink. HEX triplet: F4, DD and E1. RGB value is (244,221,225). Sum of RGB (Red+Green+Blue) = 244+221+225=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 225 (88.28% from 255 or 32.61% from 690); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDE1 is #0B221E. Grayscale: #E4E4E4. Windows color (decimal): -729631 or 14802420. OLE color: 14802420.
HSL color Cylindrical-coordinate representation of color #F4DDE1: hue angle of 349.57º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DDE1 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 225 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.04 |
| HSL | 349.57º | 0.51% | 0.91% | - |
| HSV(B) | 349.57º | 0.09% | 0.96% | - |
| XYZ | 76.76 | 76.38 | 81.93 | - |
| YUV | 228.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 225 | 0 | 0.09 | 0.08 | 0.04 | 349.57 | 0.51 | 0.91 |
| Hex | F4 | DD | E1 | 0 | 9 | 8 | 4 | 15E | 33 | 5B |
| Octal | 364 | 335 | 341 | 0 | 11 | 10 | 4 | 536 | 63 | 133 |
| Binary | 11110100 | 11011101 | 11100001 | 0 | 1001 | 1000 | 100 | 101011110 | 110011 | 1011011 |
Color Harmonies of #F4DDE1
Complementary color
Monochromatic Colors of #F4DDE1
Black with #F4DDE1
Text Example
Text Example
White with #F4DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDE1; }
p { color: rgb(244,221,225); }
H1.HeaderClassName
{
color: #F4DDE1;
}
.AnyTagClassName
{
color: #F4DDE1;
}
</style>
background-color css
<style>
a { background-color: #F4DDE1; }
a { background-color: rgb(244,221,225); }
div.DivClassName
{
background-color: #F4DDE1;
}
.BgClassName
{
background-color: #F4DDE1;
}
</style>
border-color css
<style>
span { border-color: #F4DDE1; }
span { border-color: rgb(244,221,225); }
td.TdClassName
{
border-color: #F4DDE1;
}
.TagClassName
{
border-color: #F4DDE1;
}
</style>