Shades of Carousel Pink #F4DDE3
Tints of Carousel Pink #F4DDE3
RGB
CMYK
RGB Variations
Color information
#F4DDE3 (or 0xF4DDE3) is known color: Carousel Pink. HEX triplet: F4, DD and E3. RGB value is (244,221,227). Sum of RGB (Red+Green+Blue) = 244+221+227=692 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.26% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 227 (89.06% from 255 or 32.80% from 692); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDE3 is #0B221C. Grayscale: #E4E4E4. Windows color (decimal): -729629 or 14933492. OLE color: 14933492.
HSL color Cylindrical-coordinate representation of color #F4DDE3: hue angle of 344.35º 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 #F4DDE3 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 227 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.04 |
| HSL | 344.35º | 0.51% | 0.91% | - |
| HSV(B) | 344.35º | 0.09% | 0.96% | - |
| XYZ | 77.03 | 76.49 | 83.38 | - |
| YUV | 228.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 227 | 0 | 0.09 | 0.07 | 0.04 | 344.35 | 0.51 | 0.91 |
| Hex | F4 | DD | E3 | 0 | 9 | 7 | 4 | 158 | 33 | 5B |
| Octal | 364 | 335 | 343 | 0 | 11 | 7 | 4 | 530 | 63 | 133 |
| Binary | 11110100 | 11011101 | 11100011 | 0 | 1001 | 111 | 100 | 101011000 | 110011 | 1011011 |
Color Harmonies of #F4DDE3
Complementary color
Monochromatic Colors of #F4DDE3
Black with #F4DDE3
Text Example
Text Example
White with #F4DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDE3; }
p { color: rgb(244,221,227); }
H1.HeaderClassName
{
color: #F4DDE3;
}
.AnyTagClassName
{
color: #F4DDE3;
}
</style>
background-color css
<style>
a { background-color: #F4DDE3; }
a { background-color: rgb(244,221,227); }
div.DivClassName
{
background-color: #F4DDE3;
}
.BgClassName
{
background-color: #F4DDE3;
}
</style>
border-color css
<style>
span { border-color: #F4DDE3; }
span { border-color: rgb(244,221,227); }
td.TdClassName
{
border-color: #F4DDE3;
}
.TagClassName
{
border-color: #F4DDE3;
}
</style>