Shades of Carousel Pink #F7E0E5
Tints of Carousel Pink #F7E0E5
RGB
CMYK
RGB Variations
Color information
#F7E0E5 (or 0xF7E0E5) is known color: Carousel Pink. HEX triplet: F7, E0 and E5. RGB value is (247,224,229). Sum of RGB (Red+Green+Blue) = 247+224+229=700 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.29% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E0E5 is #081F1A. Grayscale: #E7E7E7. Windows color (decimal): -532251 or 15065335. OLE color: 15065335.
HSL color Cylindrical-coordinate representation of color #F7E0E5: hue angle of 346.96º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7E0E5 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 229 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.03 |
| HSL | 346.96º | 0.59% | 0.92% | - |
| HSV(B) | 346.96º | 0.09% | 0.97% | - |
| XYZ | 79.16 | 78.74 | 85.16 | - |
| YUV | 231.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 229 | 0 | 0.09 | 0.07 | 0.03 | 346.96 | 0.59 | 0.92 |
| Hex | F7 | E0 | E5 | 0 | 9 | 7 | 3 | 15B | 3B | 5C |
| Octal | 367 | 340 | 345 | 0 | 11 | 7 | 3 | 533 | 73 | 134 |
| Binary | 11110111 | 11100000 | 11100101 | 0 | 1001 | 111 | 11 | 101011011 | 111011 | 1011100 |
Color Harmonies of #F7E0E5
Complementary color
Monochromatic Colors of #F7E0E5
Black with #F7E0E5
Text Example
Text Example
White with #F7E0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0E5; }
p { color: rgb(247,224,229); }
H1.HeaderClassName
{
color: #F7E0E5;
}
.AnyTagClassName
{
color: #F7E0E5;
}
</style>
background-color css
<style>
a { background-color: #F7E0E5; }
a { background-color: rgb(247,224,229); }
div.DivClassName
{
background-color: #F7E0E5;
}
.BgClassName
{
background-color: #F7E0E5;
}
</style>
border-color css
<style>
span { border-color: #F7E0E5; }
span { border-color: rgb(247,224,229); }
td.TdClassName
{
border-color: #F7E0E5;
}
.TagClassName
{
border-color: #F7E0E5;
}
</style>