Shades of Carousel Pink #F2DDE2
Tints of Carousel Pink #F2DDE2
RGB
CMYK
RGB Variations
Color information
#F2DDE2 (or 0xF2DDE2) is known color: Carousel Pink. HEX triplet: F2, DD and E2. RGB value is (242,221,226). Sum of RGB (Red+Green+Blue) = 242+221+226=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDE2 is #0D221D. Grayscale: #E3E3E3. Windows color (decimal): -860702 or 14867954. OLE color: 14867954.
HSL color Cylindrical-coordinate representation of color #F2DDE2: hue angle of 345.71º degrees, saturation: 0.45, 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 #F2DDE2 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 226 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.05 |
| HSL | 345.71º | 0.45% | 0.91% | - |
| HSV(B) | 345.71º | 0.09% | 0.95% | - |
| XYZ | 76.2 | 76.08 | 82.62 | - |
| YUV | 227.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 226 | 0 | 0.09 | 0.07 | 0.05 | 345.71 | 0.45 | 0.91 |
| Hex | F2 | DD | E2 | 0 | 9 | 7 | 5 | 15A | 2D | 5B |
| Octal | 362 | 335 | 342 | 0 | 11 | 7 | 5 | 532 | 55 | 133 |
| Binary | 11110010 | 11011101 | 11100010 | 0 | 1001 | 111 | 101 | 101011010 | 101101 | 1011011 |
Color Harmonies of #F2DDE2
Complementary color
Monochromatic Colors of #F2DDE2
Black with #F2DDE2
Text Example
Text Example
White with #F2DDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDE2; }
p { color: rgb(242,221,226); }
H1.HeaderClassName
{
color: #F2DDE2;
}
.AnyTagClassName
{
color: #F2DDE2;
}
</style>
background-color css
<style>
a { background-color: #F2DDE2; }
a { background-color: rgb(242,221,226); }
div.DivClassName
{
background-color: #F2DDE2;
}
.BgClassName
{
background-color: #F2DDE2;
}
</style>
border-color css
<style>
span { border-color: #F2DDE2; }
span { border-color: rgb(242,221,226); }
td.TdClassName
{
border-color: #F2DDE2;
}
.TagClassName
{
border-color: #F2DDE2;
}
</style>