Shades of Carousel Pink #F9DDE1
Tints of Carousel Pink #F9DDE1
RGB
CMYK
RGB Variations
Color information
#F9DDE1 (or 0xF9DDE1) is known color: Carousel Pink. HEX triplet: F9, DD and E1. RGB value is (249,221,225). Sum of RGB (Red+Green+Blue) = 249+221+225=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDE1 is #06221E. Grayscale: #E5E5E5. Windows color (decimal): -401951 or 14802425. OLE color: 14802425.
HSL color Cylindrical-coordinate representation of color #F9DDE1: hue angle of 351.43º degrees, saturation: 0.7, 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 #F9DDE1 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 225 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.02 |
| HSL | 351.43º | 0.7% | 0.92% | - |
| HSV(B) | 351.43º | 0.11% | 0.98% | - |
| XYZ | 78.51 | 77.29 | 82.01 | - |
| YUV | 229.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 225 | 0 | 0.11 | 0.10 | 0.02 | 351.43 | 0.7 | 0.92 |
| Hex | F9 | DD | E1 | 0 | B | A | 2 | 15F | 46 | 5C |
| Octal | 371 | 335 | 341 | 0 | 13 | 12 | 2 | 537 | 106 | 134 |
| Binary | 11111001 | 11011101 | 11100001 | 0 | 1011 | 1010 | 10 | 101011111 | 1000110 | 1011100 |
Color Harmonies of #F9DDE1
Complementary color
Monochromatic Colors of #F9DDE1
Black with #F9DDE1
Text Example
Text Example
White with #F9DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDE1; }
p { color: rgb(249,221,225); }
H1.HeaderClassName
{
color: #F9DDE1;
}
.AnyTagClassName
{
color: #F9DDE1;
}
</style>
background-color css
<style>
a { background-color: #F9DDE1; }
a { background-color: rgb(249,221,225); }
div.DivClassName
{
background-color: #F9DDE1;
}
.BgClassName
{
background-color: #F9DDE1;
}
</style>
border-color css
<style>
span { border-color: #F9DDE1; }
span { border-color: rgb(249,221,225); }
td.TdClassName
{
border-color: #F9DDE1;
}
.TagClassName
{
border-color: #F9DDE1;
}
</style>