Shades of Carousel Pink #F5E0E4
Tints of Carousel Pink #F5E0E4
RGB
CMYK
RGB Variations
Color information
#F5E0E4 (or 0xF5E0E4) is known color: Carousel Pink. HEX triplet: F5, E0 and E4. RGB value is (245,224,228). Sum of RGB (Red+Green+Blue) = 245+224+228=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 228 (89.45% from 255 or 32.71% from 697); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E0E4 is #0A1F1B. Grayscale: #E6E6E6. Windows color (decimal): -663324 or 14999797. OLE color: 14999797.
HSL color Cylindrical-coordinate representation of color #F5E0E4: hue angle of 348.57º degrees, saturation: 0.51, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E0E4 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 228 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.04 |
| HSL | 348.57º | 0.51% | 0.92% | - |
| HSV(B) | 348.57º | 0.09% | 0.96% | - |
| XYZ | 78.32 | 78.33 | 84.39 | - |
| YUV | 230.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 228 | 0 | 0.09 | 0.07 | 0.04 | 348.57 | 0.51 | 0.92 |
| Hex | F5 | E0 | E4 | 0 | 9 | 7 | 4 | 15D | 33 | 5C |
| Octal | 365 | 340 | 344 | 0 | 11 | 7 | 4 | 535 | 63 | 134 |
| Binary | 11110101 | 11100000 | 11100100 | 0 | 1001 | 111 | 100 | 101011101 | 110011 | 1011100 |
Color Harmonies of #F5E0E4
Complementary color
Monochromatic Colors of #F5E0E4
Black with #F5E0E4
Text Example
Text Example
White with #F5E0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0E4; }
p { color: rgb(245,224,228); }
H1.HeaderClassName
{
color: #F5E0E4;
}
.AnyTagClassName
{
color: #F5E0E4;
}
</style>
background-color css
<style>
a { background-color: #F5E0E4; }
a { background-color: rgb(245,224,228); }
div.DivClassName
{
background-color: #F5E0E4;
}
.BgClassName
{
background-color: #F5E0E4;
}
</style>
border-color css
<style>
span { border-color: #F5E0E4; }
span { border-color: rgb(245,224,228); }
td.TdClassName
{
border-color: #F5E0E4;
}
.TagClassName
{
border-color: #F5E0E4;
}
</style>