Shades of Carousel Pink #F7D8DF
Tints of Carousel Pink #F7D8DF
RGB
CMYK
RGB Variations
Color information
#F7D8DF (or 0xF7D8DF) is known color: Carousel Pink. HEX triplet: F7, D8 and DF. RGB value is (247,216,223). Sum of RGB (Red+Green+Blue) = 247+216+223=686 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.01% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D8DF is #082720. Grayscale: #E2E2E2. Windows color (decimal): -534305 or 14670071. OLE color: 14670071.
HSL color Cylindrical-coordinate representation of color #F7D8DF: hue angle of 346.45º degrees, saturation: 0.66, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7D8DF is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 223 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.03 |
| HSL | 346.45º | 0.66% | 0.91% | - |
| HSV(B) | 346.45º | 0.13% | 0.97% | - |
| XYZ | 76.23 | 74.21 | 80.12 | - |
| YUV | 226.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 223 | 0 | 0.13 | 0.10 | 0.03 | 346.45 | 0.66 | 0.91 |
| Hex | F7 | D8 | DF | 0 | D | A | 3 | 15A | 42 | 5B |
| Octal | 367 | 330 | 337 | 0 | 15 | 12 | 3 | 532 | 102 | 133 |
| Binary | 11110111 | 11011000 | 11011111 | 0 | 1101 | 1010 | 11 | 101011010 | 1000010 | 1011011 |
Color Harmonies of #F7D8DF
Complementary color
Monochromatic Colors of #F7D8DF
Black with #F7D8DF
Text Example
Text Example
White with #F7D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D8DF; }
p { color: rgb(247,216,223); }
H1.HeaderClassName
{
color: #F7D8DF;
}
.AnyTagClassName
{
color: #F7D8DF;
}
</style>
background-color css
<style>
a { background-color: #F7D8DF; }
a { background-color: rgb(247,216,223); }
div.DivClassName
{
background-color: #F7D8DF;
}
.BgClassName
{
background-color: #F7D8DF;
}
</style>
border-color css
<style>
span { border-color: #F7D8DF; }
span { border-color: rgb(247,216,223); }
td.TdClassName
{
border-color: #F7D8DF;
}
.TagClassName
{
border-color: #F7D8DF;
}
</style>