Shades of Carousel Pink #F9DCE0
Tints of Carousel Pink #F9DCE0
RGB
CMYK
RGB Variations
Color information
#F9DCE0 (or 0xF9DCE0) is known color: Carousel Pink. HEX triplet: F9, DC and E0. RGB value is (249,220,224). Sum of RGB (Red+Green+Blue) = 249+220+224=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCE0 is #06231F. Grayscale: #E5E5E5. Windows color (decimal): -402208 or 14736633. OLE color: 14736633.
HSL color Cylindrical-coordinate representation of color #F9DCE0: hue angle of 351.72º 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 #F9DCE0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 224 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.02 |
| HSL | 351.72º | 0.71% | 0.92% | - |
| HSV(B) | 351.72º | 0.12% | 0.98% | - |
| XYZ | 78.11 | 76.71 | 81.21 | - |
| YUV | 229.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 224 | 0 | 0.12 | 0.10 | 0.02 | 351.72 | 0.71 | 0.92 |
| Hex | F9 | DC | E0 | 0 | C | A | 2 | 160 | 47 | 5C |
| Octal | 371 | 334 | 340 | 0 | 14 | 12 | 2 | 540 | 107 | 134 |
| Binary | 11111001 | 11011100 | 11100000 | 0 | 1100 | 1010 | 10 | 101100000 | 1000111 | 1011100 |
Color Harmonies of #F9DCE0
Complementary color
Monochromatic Colors of #F9DCE0
Black with #F9DCE0
Text Example
Text Example
White with #F9DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCE0; }
p { color: rgb(249,220,224); }
H1.HeaderClassName
{
color: #F9DCE0;
}
.AnyTagClassName
{
color: #F9DCE0;
}
</style>
background-color css
<style>
a { background-color: #F9DCE0; }
a { background-color: rgb(249,220,224); }
div.DivClassName
{
background-color: #F9DCE0;
}
.BgClassName
{
background-color: #F9DCE0;
}
</style>
border-color css
<style>
span { border-color: #F9DCE0; }
span { border-color: rgb(249,220,224); }
td.TdClassName
{
border-color: #F9DCE0;
}
.TagClassName
{
border-color: #F9DCE0;
}
</style>