Shades of Carousel Pink #F9DEE3
Tints of Carousel Pink #F9DEE3
RGB
CMYK
RGB Variations
Color information
#F9DEE3 (or 0xF9DEE3) is known color: Carousel Pink. HEX triplet: F9, DE and E3. RGB value is (249,222,227). Sum of RGB (Red+Green+Blue) = 249+222+227=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 227 (89.06% from 255 or 32.52% from 698); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DEE3 is #06211C. Grayscale: #E6E6E6. Windows color (decimal): -401693 or 14933753. OLE color: 14933753.
HSL color Cylindrical-coordinate representation of color #F9DEE3: hue angle of 348.89º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9DEE3 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 222 | 227 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.02 |
| HSL | 348.89º | 0.69% | 0.92% | - |
| HSV(B) | 348.89º | 0.11% | 0.98% | - |
| XYZ | 79.05 | 77.93 | 83.55 | - |
| YUV | 230.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 227 | 0 | 0.11 | 0.09 | 0.02 | 348.89 | 0.69 | 0.92 |
| Hex | F9 | DE | E3 | 0 | B | 9 | 2 | 15D | 45 | 5C |
| Octal | 371 | 336 | 343 | 0 | 13 | 11 | 2 | 535 | 105 | 134 |
| Binary | 11111001 | 11011110 | 11100011 | 0 | 1011 | 1001 | 10 | 101011101 | 1000101 | 1011100 |
Color Harmonies of #F9DEE3
Complementary color
Monochromatic Colors of #F9DEE3
Black with #F9DEE3
Text Example
Text Example
White with #F9DEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DEE3; }
p { color: rgb(249,222,227); }
H1.HeaderClassName
{
color: #F9DEE3;
}
.AnyTagClassName
{
color: #F9DEE3;
}
</style>
background-color css
<style>
a { background-color: #F9DEE3; }
a { background-color: rgb(249,222,227); }
div.DivClassName
{
background-color: #F9DEE3;
}
.BgClassName
{
background-color: #F9DEE3;
}
</style>
border-color css
<style>
span { border-color: #F9DEE3; }
span { border-color: rgb(249,222,227); }
td.TdClassName
{
border-color: #F9DEE3;
}
.TagClassName
{
border-color: #F9DEE3;
}
</style>