Shades of Carousel Pink #F4DBE1
Tints of Carousel Pink #F4DBE1
RGB
CMYK
RGB Variations
Color information
#F4DBE1 (or 0xF4DBE1) is known color: Carousel Pink. HEX triplet: F4, DB and E1. RGB value is (244,219,225). Sum of RGB (Red+Green+Blue) = 244+219+225=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 225 (88.28% from 255 or 32.70% from 688); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DBE1 is #0B241E. Grayscale: #E3E3E3. Windows color (decimal): -730143 or 14801908. OLE color: 14801908.
HSL color Cylindrical-coordinate representation of color #F4DBE1: hue angle of 345.6º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DBE1 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 225 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.04 |
| HSL | 345.6º | 0.53% | 0.91% | - |
| HSV(B) | 345.6º | 0.1% | 0.96% | - |
| XYZ | 76.23 | 75.33 | 81.76 | - |
| YUV | 227.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 225 | 0 | 0.10 | 0.08 | 0.04 | 345.6 | 0.53 | 0.91 |
| Hex | F4 | DB | E1 | 0 | A | 8 | 4 | 15A | 35 | 5B |
| Octal | 364 | 333 | 341 | 0 | 12 | 10 | 4 | 532 | 65 | 133 |
| Binary | 11110100 | 11011011 | 11100001 | 0 | 1010 | 1000 | 100 | 101011010 | 110101 | 1011011 |
Color Harmonies of #F4DBE1
Complementary color
Monochromatic Colors of #F4DBE1
Black with #F4DBE1
Text Example
Text Example
White with #F4DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DBE1; }
p { color: rgb(244,219,225); }
H1.HeaderClassName
{
color: #F4DBE1;
}
.AnyTagClassName
{
color: #F4DBE1;
}
</style>
background-color css
<style>
a { background-color: #F4DBE1; }
a { background-color: rgb(244,219,225); }
div.DivClassName
{
background-color: #F4DBE1;
}
.BgClassName
{
background-color: #F4DBE1;
}
</style>
border-color css
<style>
span { border-color: #F4DBE1; }
span { border-color: rgb(244,219,225); }
td.TdClassName
{
border-color: #F4DBE1;
}
.TagClassName
{
border-color: #F4DBE1;
}
</style>