Shades of Carousel Pink #F8E2E5
Tints of Carousel Pink #F8E2E5
RGB
CMYK
RGB Variations
Color information
#F8E2E5 (or 0xF8E2E5) is known color: Carousel Pink. HEX triplet: F8, E2 and E5. RGB value is (248,226,229). Sum of RGB (Red+Green+Blue) = 248+226+229=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E2E5 is #071D1A. Grayscale: #E8E8E8. Windows color (decimal): -466203 or 15065848. OLE color: 15065848.
HSL color Cylindrical-coordinate representation of color #F8E2E5: hue angle of 351.82º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F8E2E5 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 229 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.03 |
| HSL | 351.82º | 0.61% | 0.93% | - |
| HSV(B) | 351.82º | 0.09% | 0.97% | - |
| XYZ | 80.05 | 80.01 | 85.35 | - |
| YUV | 232.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 229 | 0 | 0.09 | 0.08 | 0.03 | 351.82 | 0.61 | 0.93 |
| Hex | F8 | E2 | E5 | 0 | 9 | 8 | 3 | 160 | 3D | 5D |
| Octal | 370 | 342 | 345 | 0 | 11 | 10 | 3 | 540 | 75 | 135 |
| Binary | 11111000 | 11100010 | 11100101 | 0 | 1001 | 1000 | 11 | 101100000 | 111101 | 1011101 |
Color Harmonies of #F8E2E5
Complementary color
Monochromatic Colors of #F8E2E5
Black with #F8E2E5
Text Example
Text Example
White with #F8E2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E2E5; }
p { color: rgb(248,226,229); }
H1.HeaderClassName
{
color: #F8E2E5;
}
.AnyTagClassName
{
color: #F8E2E5;
}
</style>
background-color css
<style>
a { background-color: #F8E2E5; }
a { background-color: rgb(248,226,229); }
div.DivClassName
{
background-color: #F8E2E5;
}
.BgClassName
{
background-color: #F8E2E5;
}
</style>
border-color css
<style>
span { border-color: #F8E2E5; }
span { border-color: rgb(248,226,229); }
td.TdClassName
{
border-color: #F8E2E5;
}
.TagClassName
{
border-color: #F8E2E5;
}
</style>