Shades of Carousel Pink #F9DEE5
Tints of Carousel Pink #F9DEE5
RGB
CMYK
RGB Variations
Color information
#F9DEE5 (or 0xF9DEE5) is known color: Carousel Pink. HEX triplet: F9, DE and E5. RGB value is (249,222,229). Sum of RGB (Red+Green+Blue) = 249+222+229=700 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.57% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DEE5 is #06211A. Grayscale: #E6E6E6. Windows color (decimal): -401691 or 15064825. OLE color: 15064825.
HSL color Cylindrical-coordinate representation of color #F9DEE5: hue angle of 344.44º 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 #F9DEE5 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 222 | 229 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.02 |
| HSL | 344.44º | 0.69% | 0.92% | - |
| HSV(B) | 344.44º | 0.11% | 0.98% | - |
| XYZ | 79.33 | 78.04 | 85.01 | - |
| YUV | 230.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 229 | 0 | 0.11 | 0.08 | 0.02 | 344.44 | 0.69 | 0.92 |
| Hex | F9 | DE | E5 | 0 | B | 8 | 2 | 158 | 45 | 5C |
| Octal | 371 | 336 | 345 | 0 | 13 | 10 | 2 | 530 | 105 | 134 |
| Binary | 11111001 | 11011110 | 11100101 | 0 | 1011 | 1000 | 10 | 101011000 | 1000101 | 1011100 |
Color Harmonies of #F9DEE5
Complementary color
Monochromatic Colors of #F9DEE5
Black with #F9DEE5
Text Example
Text Example
White with #F9DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DEE5; }
p { color: rgb(249,222,229); }
H1.HeaderClassName
{
color: #F9DEE5;
}
.AnyTagClassName
{
color: #F9DEE5;
}
</style>
background-color css
<style>
a { background-color: #F9DEE5; }
a { background-color: rgb(249,222,229); }
div.DivClassName
{
background-color: #F9DEE5;
}
.BgClassName
{
background-color: #F9DEE5;
}
</style>
border-color css
<style>
span { border-color: #F9DEE5; }
span { border-color: rgb(249,222,229); }
td.TdClassName
{
border-color: #F9DEE5;
}
.TagClassName
{
border-color: #F9DEE5;
}
</style>