Shades of Carousel Pink #F7DEE2
Tints of Carousel Pink #F7DEE2
RGB
CMYK
RGB Variations
Color information
#F7DEE2 (or 0xF7DEE2) is known color: Carousel Pink. HEX triplet: F7, DE and E2. RGB value is (247,222,226). Sum of RGB (Red+Green+Blue) = 247+222+226=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEE2 is #08211D. Grayscale: #E5E5E5. Windows color (decimal): -532766 or 14868215. OLE color: 14868215.
HSL color Cylindrical-coordinate representation of color #F7DEE2: hue angle of 350.4º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7DEE2 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 226 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.03 |
| HSL | 350.4º | 0.61% | 0.92% | - |
| HSV(B) | 350.4º | 0.1% | 0.97% | - |
| XYZ | 78.21 | 77.51 | 82.79 | - |
| YUV | 229.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 226 | 0 | 0.10 | 0.09 | 0.03 | 350.4 | 0.61 | 0.92 |
| Hex | F7 | DE | E2 | 0 | A | 9 | 3 | 15E | 3D | 5C |
| Octal | 367 | 336 | 342 | 0 | 12 | 11 | 3 | 536 | 75 | 134 |
| Binary | 11110111 | 11011110 | 11100010 | 0 | 1010 | 1001 | 11 | 101011110 | 111101 | 1011100 |
Color Harmonies of #F7DEE2
Complementary color
Monochromatic Colors of #F7DEE2
Black with #F7DEE2
Text Example
Text Example
White with #F7DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEE2; }
p { color: rgb(247,222,226); }
H1.HeaderClassName
{
color: #F7DEE2;
}
.AnyTagClassName
{
color: #F7DEE2;
}
</style>
background-color css
<style>
a { background-color: #F7DEE2; }
a { background-color: rgb(247,222,226); }
div.DivClassName
{
background-color: #F7DEE2;
}
.BgClassName
{
background-color: #F7DEE2;
}
</style>
border-color css
<style>
span { border-color: #F7DEE2; }
span { border-color: rgb(247,222,226); }
td.TdClassName
{
border-color: #F7DEE2;
}
.TagClassName
{
border-color: #F7DEE2;
}
</style>