Shades of Carousel Pink #F7DEE1
Tints of Carousel Pink #F7DEE1
RGB
CMYK
RGB Variations
Color information
#F7DEE1 (or 0xF7DEE1) is known color: Carousel Pink. HEX triplet: F7, DE and E1. RGB value is (247,222,225). Sum of RGB (Red+Green+Blue) = 247+222+225=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 225 (88.28% from 255 or 32.42% from 694); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEE1 is #08211E. Grayscale: #E5E5E5. Windows color (decimal): -532767 or 14802679. OLE color: 14802679.
HSL color Cylindrical-coordinate representation of color #F7DEE1: hue angle of 352.8º 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 #F7DEE1 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 225 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.03 |
| HSL | 352.8º | 0.61% | 0.92% | - |
| HSV(B) | 352.8º | 0.1% | 0.97% | - |
| XYZ | 78.07 | 77.45 | 82.07 | - |
| YUV | 229.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 225 | 0 | 0.10 | 0.09 | 0.03 | 352.8 | 0.61 | 0.92 |
| Hex | F7 | DE | E1 | 0 | A | 9 | 3 | 161 | 3D | 5C |
| Octal | 367 | 336 | 341 | 0 | 12 | 11 | 3 | 541 | 75 | 134 |
| Binary | 11110111 | 11011110 | 11100001 | 0 | 1010 | 1001 | 11 | 101100001 | 111101 | 1011100 |
Color Harmonies of #F7DEE1
Complementary color
Monochromatic Colors of #F7DEE1
Black with #F7DEE1
Text Example
Text Example
White with #F7DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEE1; }
p { color: rgb(247,222,225); }
H1.HeaderClassName
{
color: #F7DEE1;
}
.AnyTagClassName
{
color: #F7DEE1;
}
</style>
background-color css
<style>
a { background-color: #F7DEE1; }
a { background-color: rgb(247,222,225); }
div.DivClassName
{
background-color: #F7DEE1;
}
.BgClassName
{
background-color: #F7DEE1;
}
</style>
border-color css
<style>
span { border-color: #F7DEE1; }
span { border-color: rgb(247,222,225); }
td.TdClassName
{
border-color: #F7DEE1;
}
.TagClassName
{
border-color: #F7DEE1;
}
</style>