Shades of Carousel Pink #F9D8DE
Tints of Carousel Pink #F9D8DE
RGB
CMYK
RGB Variations
Color information
#F9D8DE (or 0xF9D8DE) is known color: Carousel Pink. HEX triplet: F9, D8 and DE. RGB value is (249,216,222). Sum of RGB (Red+Green+Blue) = 249+216+222=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D8DE is #062721. Grayscale: #E2E2E2. Windows color (decimal): -403234 or 14604537. OLE color: 14604537.
HSL color Cylindrical-coordinate representation of color #F9D8DE: hue angle of 349.09º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F9D8DE is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 222 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.02 |
| HSL | 349.09º | 0.73% | 0.91% | - |
| HSV(B) | 349.09º | 0.13% | 0.98% | - |
| XYZ | 76.81 | 74.53 | 79.44 | - |
| YUV | 226.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 222 | 0 | 0.13 | 0.11 | 0.02 | 349.09 | 0.73 | 0.91 |
| Hex | F9 | D8 | DE | 0 | D | B | 2 | 15D | 49 | 5B |
| Octal | 371 | 330 | 336 | 0 | 15 | 13 | 2 | 535 | 111 | 133 |
| Binary | 11111001 | 11011000 | 11011110 | 0 | 1101 | 1011 | 10 | 101011101 | 1001001 | 1011011 |
Color Harmonies of #F9D8DE
Complementary color
Monochromatic Colors of #F9D8DE
Black with #F9D8DE
Text Example
Text Example
White with #F9D8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D8DE; }
p { color: rgb(249,216,222); }
H1.HeaderClassName
{
color: #F9D8DE;
}
.AnyTagClassName
{
color: #F9D8DE;
}
</style>
background-color css
<style>
a { background-color: #F9D8DE; }
a { background-color: rgb(249,216,222); }
div.DivClassName
{
background-color: #F9D8DE;
}
.BgClassName
{
background-color: #F9D8DE;
}
</style>
border-color css
<style>
span { border-color: #F9D8DE; }
span { border-color: rgb(249,216,222); }
td.TdClassName
{
border-color: #F9D8DE;
}
.TagClassName
{
border-color: #F9D8DE;
}
</style>