Shades of Carousel Pink #F7DCE2
Tints of Carousel Pink #F7DCE2
RGB
CMYK
RGB Variations
Color information
#F7DCE2 (or 0xF7DCE2) is known color: Carousel Pink. HEX triplet: F7, DC and E2. RGB value is (247,220,226). Sum of RGB (Red+Green+Blue) = 247+220+226=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 226 (88.67% from 255 or 32.61% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCE2 is #08231D. Grayscale: #E4E4E4. Windows color (decimal): -533278 or 14867703. OLE color: 14867703.
HSL color Cylindrical-coordinate representation of color #F7DCE2: hue angle of 346.67º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DCE2 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 226 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.03 |
| HSL | 346.67º | 0.63% | 0.92% | - |
| HSV(B) | 346.67º | 0.11% | 0.97% | - |
| XYZ | 77.68 | 76.45 | 82.61 | - |
| YUV | 228.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 226 | 0 | 0.11 | 0.09 | 0.03 | 346.67 | 0.63 | 0.92 |
| Hex | F7 | DC | E2 | 0 | B | 9 | 3 | 15B | 3F | 5C |
| Octal | 367 | 334 | 342 | 0 | 13 | 11 | 3 | 533 | 77 | 134 |
| Binary | 11110111 | 11011100 | 11100010 | 0 | 1011 | 1001 | 11 | 101011011 | 111111 | 1011100 |
Color Harmonies of #F7DCE2
Complementary color
Monochromatic Colors of #F7DCE2
Black with #F7DCE2
Text Example
Text Example
White with #F7DCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCE2; }
p { color: rgb(247,220,226); }
H1.HeaderClassName
{
color: #F7DCE2;
}
.AnyTagClassName
{
color: #F7DCE2;
}
</style>
background-color css
<style>
a { background-color: #F7DCE2; }
a { background-color: rgb(247,220,226); }
div.DivClassName
{
background-color: #F7DCE2;
}
.BgClassName
{
background-color: #F7DCE2;
}
</style>
border-color css
<style>
span { border-color: #F7DCE2; }
span { border-color: rgb(247,220,226); }
td.TdClassName
{
border-color: #F7DCE2;
}
.TagClassName
{
border-color: #F7DCE2;
}
</style>