Shades of Carousel Pink #F2DAE1
Tints of Carousel Pink #F2DAE1
RGB
CMYK
RGB Variations
Color information
#F2DAE1 (or 0xF2DAE1) is known color: Carousel Pink. HEX triplet: F2, DA and E1. RGB value is (242,218,225). Sum of RGB (Red+Green+Blue) = 242+218+225=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAE1 is #0D251E. Grayscale: #E1E1E1. Windows color (decimal): -861471 or 14801650. OLE color: 14801650.
HSL color Cylindrical-coordinate representation of color #F2DAE1: hue angle of 342.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DAE1 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 225 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.05 |
| HSL | 342.5º | 0.48% | 0.9% | - |
| HSV(B) | 342.5º | 0.1% | 0.95% | - |
| XYZ | 75.28 | 74.46 | 81.64 | - |
| YUV | 225.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 225 | 0 | 0.10 | 0.07 | 0.05 | 342.5 | 0.48 | 0.9 |
| Hex | F2 | DA | E1 | 0 | A | 7 | 5 | 156 | 30 | 5A |
| Octal | 362 | 332 | 341 | 0 | 12 | 7 | 5 | 526 | 60 | 132 |
| Binary | 11110010 | 11011010 | 11100001 | 0 | 1010 | 111 | 101 | 101010110 | 110000 | 1011010 |
Color Harmonies of #F2DAE1
Complementary color
Monochromatic Colors of #F2DAE1
Black with #F2DAE1
Text Example
Text Example
White with #F2DAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAE1; }
p { color: rgb(242,218,225); }
H1.HeaderClassName
{
color: #F2DAE1;
}
.AnyTagClassName
{
color: #F2DAE1;
}
</style>
background-color css
<style>
a { background-color: #F2DAE1; }
a { background-color: rgb(242,218,225); }
div.DivClassName
{
background-color: #F2DAE1;
}
.BgClassName
{
background-color: #F2DAE1;
}
</style>
border-color css
<style>
span { border-color: #F2DAE1; }
span { border-color: rgb(242,218,225); }
td.TdClassName
{
border-color: #F2DAE1;
}
.TagClassName
{
border-color: #F2DAE1;
}
</style>