Shades of Carousel Pink #F9E0E4
Tints of Carousel Pink #F9E0E4
RGB
CMYK
RGB Variations
Color information
#F9E0E4 (or 0xF9E0E4) is known color: Carousel Pink. HEX triplet: F9, E0 and E4. RGB value is (249,224,228). Sum of RGB (Red+Green+Blue) = 249+224+228=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E0E4 is #061F1B. Grayscale: #E7E7E7. Windows color (decimal): -401180 or 14999801. OLE color: 14999801.
HSL color Cylindrical-coordinate representation of color #F9E0E4: hue angle of 350.4º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9E0E4 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 228 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.02 |
| HSL | 350.4º | 0.68% | 0.93% | - |
| HSV(B) | 350.4º | 0.1% | 0.98% | - |
| XYZ | 79.73 | 79.05 | 84.46 | - |
| YUV | 231.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 228 | 0 | 0.10 | 0.08 | 0.02 | 350.4 | 0.68 | 0.93 |
| Hex | F9 | E0 | E4 | 0 | A | 8 | 2 | 15E | 44 | 5D |
| Octal | 371 | 340 | 344 | 0 | 12 | 10 | 2 | 536 | 104 | 135 |
| Binary | 11111001 | 11100000 | 11100100 | 0 | 1010 | 1000 | 10 | 101011110 | 1000100 | 1011101 |
Color Harmonies of #F9E0E4
Complementary color
Monochromatic Colors of #F9E0E4
Black with #F9E0E4
Text Example
Text Example
White with #F9E0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E0E4; }
p { color: rgb(249,224,228); }
H1.HeaderClassName
{
color: #F9E0E4;
}
.AnyTagClassName
{
color: #F9E0E4;
}
</style>
background-color css
<style>
a { background-color: #F9E0E4; }
a { background-color: rgb(249,224,228); }
div.DivClassName
{
background-color: #F9E0E4;
}
.BgClassName
{
background-color: #F9E0E4;
}
</style>
border-color css
<style>
span { border-color: #F9E0E4; }
span { border-color: rgb(249,224,228); }
td.TdClassName
{
border-color: #F9E0E4;
}
.TagClassName
{
border-color: #F9E0E4;
}
</style>