Shades of Carousel Pink #F7DDE3
Tints of Carousel Pink #F7DDE3
RGB
CMYK
RGB Variations
Color information
#F7DDE3 (or 0xF7DDE3) is known color: Carousel Pink. HEX triplet: F7, DD and E3. RGB value is (247,221,227). Sum of RGB (Red+Green+Blue) = 247+221+227=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 227 (89.06% from 255 or 32.66% from 695); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DDE3 is #08221C. Grayscale: #E5E5E5. Windows color (decimal): -533021 or 14933495. OLE color: 14933495.
HSL color Cylindrical-coordinate representation of color #F7DDE3: hue angle of 346.15º 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 #F7DDE3 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 221 | 227 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.03 |
| HSL | 346.15º | 0.62% | 0.92% | - |
| HSV(B) | 346.15º | 0.11% | 0.97% | - |
| XYZ | 78.08 | 77.03 | 83.43 | - |
| YUV | 229.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 221 | 227 | 0 | 0.11 | 0.08 | 0.03 | 346.15 | 0.62 | 0.92 |
| Hex | F7 | DD | E3 | 0 | B | 8 | 3 | 15A | 3E | 5C |
| Octal | 367 | 335 | 343 | 0 | 13 | 10 | 3 | 532 | 76 | 134 |
| Binary | 11110111 | 11011101 | 11100011 | 0 | 1011 | 1000 | 11 | 101011010 | 111110 | 1011100 |
Color Harmonies of #F7DDE3
Complementary color
Monochromatic Colors of #F7DDE3
Black with #F7DDE3
Text Example
Text Example
White with #F7DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DDE3; }
p { color: rgb(247,221,227); }
H1.HeaderClassName
{
color: #F7DDE3;
}
.AnyTagClassName
{
color: #F7DDE3;
}
</style>
background-color css
<style>
a { background-color: #F7DDE3; }
a { background-color: rgb(247,221,227); }
div.DivClassName
{
background-color: #F7DDE3;
}
.BgClassName
{
background-color: #F7DDE3;
}
</style>
border-color css
<style>
span { border-color: #F7DDE3; }
span { border-color: rgb(247,221,227); }
td.TdClassName
{
border-color: #F7DDE3;
}
.TagClassName
{
border-color: #F7DDE3;
}
</style>