Shades of Carousel Pink #F9D7DE
Tints of Carousel Pink #F9D7DE
RGB
CMYK
RGB Variations
Color information
#F9D7DE (or 0xF9D7DE) is known color: Carousel Pink. HEX triplet: F9, D7 and DE. RGB value is (249,215,222). Sum of RGB (Red+Green+Blue) = 249+215+222=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D7DE is #062821. Grayscale: #E1E1E1. Windows color (decimal): -403490 or 14604281. OLE color: 14604281.
HSL color Cylindrical-coordinate representation of color #F9D7DE: hue angle of 347.65º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9D7DE is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 222 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.02 |
| HSL | 347.65º | 0.74% | 0.91% | - |
| HSV(B) | 347.65º | 0.14% | 0.98% | - |
| XYZ | 76.55 | 74.01 | 79.36 | - |
| YUV | 225.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 222 | 0 | 0.14 | 0.11 | 0.02 | 347.65 | 0.74 | 0.91 |
| Hex | F9 | D7 | DE | 0 | E | B | 2 | 15C | 4A | 5B |
| Octal | 371 | 327 | 336 | 0 | 16 | 13 | 2 | 534 | 112 | 133 |
| Binary | 11111001 | 11010111 | 11011110 | 0 | 1110 | 1011 | 10 | 101011100 | 1001010 | 1011011 |
Color Harmonies of #F9D7DE
Complementary color
Monochromatic Colors of #F9D7DE
Black with #F9D7DE
Text Example
Text Example
White with #F9D7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D7DE; }
p { color: rgb(249,215,222); }
H1.HeaderClassName
{
color: #F9D7DE;
}
.AnyTagClassName
{
color: #F9D7DE;
}
</style>
background-color css
<style>
a { background-color: #F9D7DE; }
a { background-color: rgb(249,215,222); }
div.DivClassName
{
background-color: #F9D7DE;
}
.BgClassName
{
background-color: #F9D7DE;
}
</style>
border-color css
<style>
span { border-color: #F9D7DE; }
span { border-color: rgb(249,215,222); }
td.TdClassName
{
border-color: #F9D7DE;
}
.TagClassName
{
border-color: #F9D7DE;
}
</style>