Shades of Carousel Pink #F2DEE3
Tints of Carousel Pink #F2DEE3
RGB
CMYK
RGB Variations
Color information
#F2DEE3 (or 0xF2DEE3) is known color: Carousel Pink. HEX triplet: F2, DE and E3. RGB value is (242,222,227). Sum of RGB (Red+Green+Blue) = 242+222+227=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 227 (89.06% from 255 or 32.85% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEE3 is #0D211C. Grayscale: #E4E4E4. Windows color (decimal): -860445 or 14933746. OLE color: 14933746.
HSL color Cylindrical-coordinate representation of color #F2DEE3: hue angle of 345º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2DEE3 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 227 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.05 |
| HSL | 345º | 0.43% | 0.91% | - |
| HSV(B) | 345º | 0.08% | 0.95% | - |
| XYZ | 76.6 | 76.67 | 83.43 | - |
| YUV | 228.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 227 | 0 | 0.08 | 0.06 | 0.05 | 345 | 0.43 | 0.91 |
| Hex | F2 | DE | E3 | 0 | 8 | 6 | 5 | 159 | 2B | 5B |
| Octal | 362 | 336 | 343 | 0 | 10 | 6 | 5 | 531 | 53 | 133 |
| Binary | 11110010 | 11011110 | 11100011 | 0 | 1000 | 110 | 101 | 101011001 | 101011 | 1011011 |
Color Harmonies of #F2DEE3
Complementary color
Monochromatic Colors of #F2DEE3
Black with #F2DEE3
Text Example
Text Example
White with #F2DEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEE3; }
p { color: rgb(242,222,227); }
H1.HeaderClassName
{
color: #F2DEE3;
}
.AnyTagClassName
{
color: #F2DEE3;
}
</style>
background-color css
<style>
a { background-color: #F2DEE3; }
a { background-color: rgb(242,222,227); }
div.DivClassName
{
background-color: #F2DEE3;
}
.BgClassName
{
background-color: #F2DEE3;
}
</style>
border-color css
<style>
span { border-color: #F2DEE3; }
span { border-color: rgb(242,222,227); }
td.TdClassName
{
border-color: #F2DEE3;
}
.TagClassName
{
border-color: #F2DEE3;
}
</style>