Shades of Carousel Pink #F4DAE1
Tints of Carousel Pink #F4DAE1
RGB
CMYK
RGB Variations
Color information
#F4DAE1 (or 0xF4DAE1) is known color: Carousel Pink. HEX triplet: F4, DA and E1. RGB value is (244,218,225). Sum of RGB (Red+Green+Blue) = 244+218+225=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DAE1 is #0B251E. Grayscale: #E2E2E2. Windows color (decimal): -730399 or 14801652. OLE color: 14801652.
HSL color Cylindrical-coordinate representation of color #F4DAE1: hue angle of 343.85º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4DAE1 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 225 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.04 |
| HSL | 343.85º | 0.54% | 0.91% | - |
| HSV(B) | 343.85º | 0.11% | 0.96% | - |
| XYZ | 75.97 | 74.81 | 81.67 | - |
| YUV | 226.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 225 | 0 | 0.11 | 0.08 | 0.04 | 343.85 | 0.54 | 0.91 |
| Hex | F4 | DA | E1 | 0 | B | 8 | 4 | 158 | 36 | 5B |
| Octal | 364 | 332 | 341 | 0 | 13 | 10 | 4 | 530 | 66 | 133 |
| Binary | 11110100 | 11011010 | 11100001 | 0 | 1011 | 1000 | 100 | 101011000 | 110110 | 1011011 |
Color Harmonies of #F4DAE1
Complementary color
Monochromatic Colors of #F4DAE1
Black with #F4DAE1
Text Example
Text Example
White with #F4DAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DAE1; }
p { color: rgb(244,218,225); }
H1.HeaderClassName
{
color: #F4DAE1;
}
.AnyTagClassName
{
color: #F4DAE1;
}
</style>
background-color css
<style>
a { background-color: #F4DAE1; }
a { background-color: rgb(244,218,225); }
div.DivClassName
{
background-color: #F4DAE1;
}
.BgClassName
{
background-color: #F4DAE1;
}
</style>
border-color css
<style>
span { border-color: #F4DAE1; }
span { border-color: rgb(244,218,225); }
td.TdClassName
{
border-color: #F4DAE1;
}
.TagClassName
{
border-color: #F4DAE1;
}
</style>