Shades of Carousel Pink #F4DAE0
Tints of Carousel Pink #F4DAE0
RGB
CMYK
RGB Variations
Color information
#F4DAE0 (or 0xF4DAE0) is known color: Carousel Pink. HEX triplet: F4, DA and E0. RGB value is (244,218,224). Sum of RGB (Red+Green+Blue) = 244+218+224=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DAE0 is #0B251F. Grayscale: #E2E2E2. Windows color (decimal): -730400 or 14736116. OLE color: 14736116.
HSL color Cylindrical-coordinate representation of color #F4DAE0: hue angle of 346.15º 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 #F4DAE0 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 224 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.04 |
| HSL | 346.15º | 0.54% | 0.91% | - |
| HSV(B) | 346.15º | 0.11% | 0.96% | - |
| XYZ | 75.83 | 74.76 | 80.95 | - |
| YUV | 226.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 224 | 0 | 0.11 | 0.08 | 0.04 | 346.15 | 0.54 | 0.91 |
| Hex | F4 | DA | E0 | 0 | B | 8 | 4 | 15A | 36 | 5B |
| Octal | 364 | 332 | 340 | 0 | 13 | 10 | 4 | 532 | 66 | 133 |
| Binary | 11110100 | 11011010 | 11100000 | 0 | 1011 | 1000 | 100 | 101011010 | 110110 | 1011011 |
Color Harmonies of #F4DAE0
Complementary color
Monochromatic Colors of #F4DAE0
Black with #F4DAE0
Text Example
Text Example
White with #F4DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DAE0; }
p { color: rgb(244,218,224); }
H1.HeaderClassName
{
color: #F4DAE0;
}
.AnyTagClassName
{
color: #F4DAE0;
}
</style>
background-color css
<style>
a { background-color: #F4DAE0; }
a { background-color: rgb(244,218,224); }
div.DivClassName
{
background-color: #F4DAE0;
}
.BgClassName
{
background-color: #F4DAE0;
}
</style>
border-color css
<style>
span { border-color: #F4DAE0; }
span { border-color: rgb(244,218,224); }
td.TdClassName
{
border-color: #F4DAE0;
}
.TagClassName
{
border-color: #F4DAE0;
}
</style>