Shades of Carousel Pink #F7DDE1
Tints of Carousel Pink #F7DDE1
RGB
CMYK
RGB Variations
Color information
#F7DDE1 (or 0xF7DDE1) is known color: Carousel Pink. HEX triplet: F7, DD and E1. RGB value is (247,221,225). Sum of RGB (Red+Green+Blue) = 247+221+225=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DDE1 is #08221E. Grayscale: #E5E5E5. Windows color (decimal): -533023 or 14802423. OLE color: 14802423.
HSL color Cylindrical-coordinate representation of color #F7DDE1: hue angle of 350.77º degrees, saturation: 0.62, 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 #F7DDE1 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 221 | 225 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.03 |
| HSL | 350.77º | 0.62% | 0.92% | - |
| HSV(B) | 350.77º | 0.11% | 0.97% | - |
| XYZ | 77.8 | 76.92 | 81.98 | - |
| YUV | 229.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 221 | 225 | 0 | 0.11 | 0.09 | 0.03 | 350.77 | 0.62 | 0.92 |
| Hex | F7 | DD | E1 | 0 | B | 9 | 3 | 15F | 3E | 5C |
| Octal | 367 | 335 | 341 | 0 | 13 | 11 | 3 | 537 | 76 | 134 |
| Binary | 11110111 | 11011101 | 11100001 | 0 | 1011 | 1001 | 11 | 101011111 | 111110 | 1011100 |
Color Harmonies of #F7DDE1
Complementary color
Monochromatic Colors of #F7DDE1
Black with #F7DDE1
Text Example
Text Example
White with #F7DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DDE1; }
p { color: rgb(247,221,225); }
H1.HeaderClassName
{
color: #F7DDE1;
}
.AnyTagClassName
{
color: #F7DDE1;
}
</style>
background-color css
<style>
a { background-color: #F7DDE1; }
a { background-color: rgb(247,221,225); }
div.DivClassName
{
background-color: #F7DDE1;
}
.BgClassName
{
background-color: #F7DDE1;
}
</style>
border-color css
<style>
span { border-color: #F7DDE1; }
span { border-color: rgb(247,221,225); }
td.TdClassName
{
border-color: #F7DDE1;
}
.TagClassName
{
border-color: #F7DDE1;
}
</style>