Shades of Carousel Pink #F9DBE1
Tints of Carousel Pink #F9DBE1
RGB
CMYK
RGB Variations
Color information
#F9DBE1 (or 0xF9DBE1) is known color: Carousel Pink. HEX triplet: F9, DB and E1. RGB value is (249,219,225). Sum of RGB (Red+Green+Blue) = 249+219+225=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBE1 is #06241E. Grayscale: #E4E4E4. Windows color (decimal): -402463 or 14801913. OLE color: 14801913.
HSL color Cylindrical-coordinate representation of color #F9DBE1: hue angle of 348º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DBE1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 225 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.02 |
| HSL | 348º | 0.71% | 0.92% | - |
| HSV(B) | 348º | 0.12% | 0.98% | - |
| XYZ | 77.99 | 76.24 | 81.84 | - |
| YUV | 228.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 225 | 0 | 0.12 | 0.10 | 0.02 | 348 | 0.71 | 0.92 |
| Hex | F9 | DB | E1 | 0 | C | A | 2 | 15C | 47 | 5C |
| Octal | 371 | 333 | 341 | 0 | 14 | 12 | 2 | 534 | 107 | 134 |
| Binary | 11111001 | 11011011 | 11100001 | 0 | 1100 | 1010 | 10 | 101011100 | 1000111 | 1011100 |
Color Harmonies of #F9DBE1
Complementary color
Monochromatic Colors of #F9DBE1
Black with #F9DBE1
Text Example
Text Example
White with #F9DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBE1; }
p { color: rgb(249,219,225); }
H1.HeaderClassName
{
color: #F9DBE1;
}
.AnyTagClassName
{
color: #F9DBE1;
}
</style>
background-color css
<style>
a { background-color: #F9DBE1; }
a { background-color: rgb(249,219,225); }
div.DivClassName
{
background-color: #F9DBE1;
}
.BgClassName
{
background-color: #F9DBE1;
}
</style>
border-color css
<style>
span { border-color: #F9DBE1; }
span { border-color: rgb(249,219,225); }
td.TdClassName
{
border-color: #F9DBE1;
}
.TagClassName
{
border-color: #F9DBE1;
}
</style>