Shades of Carousel Pink #F2DEE2
Tints of Carousel Pink #F2DEE2
RGB
CMYK
RGB Variations
Color information
#F2DEE2 (or 0xF2DEE2) is known color: Carousel Pink. HEX triplet: F2, DE and E2. RGB value is (242,222,226). Sum of RGB (Red+Green+Blue) = 242+222+226=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEE2 is #0D211D. Grayscale: #E4E4E4. Windows color (decimal): -860446 or 14868210. OLE color: 14868210.
HSL color Cylindrical-coordinate representation of color #F2DEE2: hue angle of 348º 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 #F2DEE2 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 222 | 226 | - |
CMYK | 0 | 0.08 | 0.07 | 0.05 |
HSL | 348º | 0.43% | 0.91% | - |
HSV(B) | 348º | 0.08% | 0.95% | - |
XYZ | 76.47 | 76.61 | 82.71 | - |
YUV | 228.44 | 126.63 | 137.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 222 | 226 | 0 | 0.08 | 0.07 | 0.05 | 348 | 0.43 | 0.91 |
Hex | F2 | DE | E2 | 0 | 8 | 7 | 5 | 15C | 2B | 5B |
Octal | 362 | 336 | 342 | 0 | 10 | 7 | 5 | 534 | 53 | 133 |
Binary | 11110010 | 11011110 | 11100010 | 0 | 1000 | 111 | 101 | 101011100 | 101011 | 1011011 |
Color Harmonies of #F2DEE2
Complementary color
Monochromatic Colors of #F2DEE2
Black with #F2DEE2
Text Example
Text Example
White with #F2DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEE2; }
p { color: rgb(242,222,226); }
H1.HeaderClassName
{
color: #F2DEE2;
}
.AnyTagClassName
{
color: #F2DEE2;
}
</style>
background-color css
<style>
a { background-color: #F2DEE2; }
a { background-color: rgb(242,222,226); }
div.DivClassName
{
background-color: #F2DEE2;
}
.BgClassName
{
background-color: #F2DEE2;
}
</style>
border-color css
<style>
span { border-color: #F2DEE2; }
span { border-color: rgb(242,222,226); }
td.TdClassName
{
border-color: #F2DEE2;
}
.TagClassName
{
border-color: #F2DEE2;
}
</style>