Shades of Carousel Pink #F2DCE2
Tints of Carousel Pink #F2DCE2
RGB
CMYK
RGB Variations
Color information
#F2DCE2 (or 0xF2DCE2) is known color: Carousel Pink. HEX triplet: F2, DC and E2. RGB value is (242,220,226). Sum of RGB (Red+Green+Blue) = 242+220+226=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 226 (88.67% from 255 or 32.85% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCE2 is #0D231D. Grayscale: #E3E3E3. Windows color (decimal): -860958 or 14867698. OLE color: 14867698.
HSL color Cylindrical-coordinate representation of color #F2DCE2: hue angle of 343.64º 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 #F2DCE2 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 226 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.05 |
| HSL | 343.64º | 0.46% | 0.91% | - |
| HSV(B) | 343.64º | 0.09% | 0.95% | - |
| XYZ | 75.94 | 75.55 | 82.53 | - |
| YUV | 227.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 226 | 0 | 0.09 | 0.07 | 0.05 | 343.64 | 0.46 | 0.91 |
| Hex | F2 | DC | E2 | 0 | 9 | 7 | 5 | 158 | 2E | 5B |
| Octal | 362 | 334 | 342 | 0 | 11 | 7 | 5 | 530 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11100010 | 0 | 1001 | 111 | 101 | 101011000 | 101110 | 1011011 |
Color Harmonies of #F2DCE2
Complementary color
Monochromatic Colors of #F2DCE2
Black with #F2DCE2
Text Example
Text Example
White with #F2DCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCE2; }
p { color: rgb(242,220,226); }
H1.HeaderClassName
{
color: #F2DCE2;
}
.AnyTagClassName
{
color: #F2DCE2;
}
</style>
background-color css
<style>
a { background-color: #F2DCE2; }
a { background-color: rgb(242,220,226); }
div.DivClassName
{
background-color: #F2DCE2;
}
.BgClassName
{
background-color: #F2DCE2;
}
</style>
border-color css
<style>
span { border-color: #F2DCE2; }
span { border-color: rgb(242,220,226); }
td.TdClassName
{
border-color: #F2DCE2;
}
.TagClassName
{
border-color: #F2DCE2;
}
</style>