Shades of Carousel Pink #F2DCE1
Tints of Carousel Pink #F2DCE1
RGB
CMYK
RGB Variations
Color information
#F2DCE1 (or 0xF2DCE1) is known color: Carousel Pink. HEX triplet: F2, DC and E1. RGB value is (242,220,225). Sum of RGB (Red+Green+Blue) = 242+220+225=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCE1 is #0D231E. Grayscale: #E3E3E3. Windows color (decimal): -860959 or 14802162. OLE color: 14802162.
HSL color Cylindrical-coordinate representation of color #F2DCE1: hue angle of 346.36º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DCE1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 225 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.05 |
| HSL | 346.36º | 0.46% | 0.91% | - |
| HSV(B) | 346.36º | 0.09% | 0.95% | - |
| XYZ | 75.8 | 75.5 | 81.81 | - |
| YUV | 227.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 225 | 0 | 0.09 | 0.07 | 0.05 | 346.36 | 0.46 | 0.91 |
| Hex | F2 | DC | E1 | 0 | 9 | 7 | 5 | 15A | 2E | 5B |
| Octal | 362 | 334 | 341 | 0 | 11 | 7 | 5 | 532 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11100001 | 0 | 1001 | 111 | 101 | 101011010 | 101110 | 1011011 |
Color Harmonies of #F2DCE1
Complementary color
Monochromatic Colors of #F2DCE1
Black with #F2DCE1
Text Example
Text Example
White with #F2DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCE1; }
p { color: rgb(242,220,225); }
H1.HeaderClassName
{
color: #F2DCE1;
}
.AnyTagClassName
{
color: #F2DCE1;
}
</style>
background-color css
<style>
a { background-color: #F2DCE1; }
a { background-color: rgb(242,220,225); }
div.DivClassName
{
background-color: #F2DCE1;
}
.BgClassName
{
background-color: #F2DCE1;
}
</style>
border-color css
<style>
span { border-color: #F2DCE1; }
span { border-color: rgb(242,220,225); }
td.TdClassName
{
border-color: #F2DCE1;
}
.TagClassName
{
border-color: #F2DCE1;
}
</style>