Shades of Carousel Pink #F9DEE2
Tints of Carousel Pink #F9DEE2
RGB
CMYK
RGB Variations
Color information
#F9DEE2 (or 0xF9DEE2) is known color: Carousel Pink. HEX triplet: F9, DE and E2. RGB value is (249,222,226). Sum of RGB (Red+Green+Blue) = 249+222+226=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DEE2 is #06211D. Grayscale: #E6E6E6. Windows color (decimal): -401694 or 14868217. OLE color: 14868217.
HSL color Cylindrical-coordinate representation of color #F9DEE2: hue angle of 351.11º 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 #F9DEE2 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 222 | 226 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.02 |
| HSL | 351.11º | 0.69% | 0.92% | - |
| HSV(B) | 351.11º | 0.11% | 0.98% | - |
| XYZ | 78.92 | 77.87 | 82.82 | - |
| YUV | 230.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 226 | 0 | 0.11 | 0.09 | 0.02 | 351.11 | 0.69 | 0.92 |
| Hex | F9 | DE | E2 | 0 | B | 9 | 2 | 15F | 45 | 5C |
| Octal | 371 | 336 | 342 | 0 | 13 | 11 | 2 | 537 | 105 | 134 |
| Binary | 11111001 | 11011110 | 11100010 | 0 | 1011 | 1001 | 10 | 101011111 | 1000101 | 1011100 |
Color Harmonies of #F9DEE2
Complementary color
Monochromatic Colors of #F9DEE2
Black with #F9DEE2
Text Example
Text Example
White with #F9DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DEE2; }
p { color: rgb(249,222,226); }
H1.HeaderClassName
{
color: #F9DEE2;
}
.AnyTagClassName
{
color: #F9DEE2;
}
</style>
background-color css
<style>
a { background-color: #F9DEE2; }
a { background-color: rgb(249,222,226); }
div.DivClassName
{
background-color: #F9DEE2;
}
.BgClassName
{
background-color: #F9DEE2;
}
</style>
border-color css
<style>
span { border-color: #F9DEE2; }
span { border-color: rgb(249,222,226); }
td.TdClassName
{
border-color: #F9DEE2;
}
.TagClassName
{
border-color: #F9DEE2;
}
</style>