Shades of Carousel Pink #F8E3E5
Tints of Carousel Pink #F8E3E5
RGB
CMYK
RGB Variations
Color information
#F8E3E5 (or 0xF8E3E5) is known color: Carousel Pink. HEX triplet: F8, E3 and E5. RGB value is (248,227,229). Sum of RGB (Red+Green+Blue) = 248+227+229=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 227 (89.06% from 255 or 32.24% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E3E5 is #071C1A. Grayscale: #E9E9E9. Windows color (decimal): -465947 or 15066104. OLE color: 15066104.
HSL color Cylindrical-coordinate representation of color #F8E3E5: hue angle of 354.29º degrees, saturation: 0.6, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8E3E5 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 227 | 229 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.03 |
| HSL | 354.29º | 0.6% | 0.93% | - |
| HSV(B) | 354.29º | 0.08% | 0.97% | - |
| XYZ | 80.32 | 80.55 | 85.44 | - |
| YUV | 233.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 227 | 229 | 0 | 0.08 | 0.08 | 0.03 | 354.29 | 0.6 | 0.93 |
| Hex | F8 | E3 | E5 | 0 | 8 | 8 | 3 | 162 | 3C | 5D |
| Octal | 370 | 343 | 345 | 0 | 10 | 10 | 3 | 542 | 74 | 135 |
| Binary | 11111000 | 11100011 | 11100101 | 0 | 1000 | 1000 | 11 | 101100010 | 111100 | 1011101 |
Color Harmonies of #F8E3E5
Complementary color
Monochromatic Colors of #F8E3E5
Black with #F8E3E5
Text Example
Text Example
White with #F8E3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E3E5; }
p { color: rgb(248,227,229); }
H1.HeaderClassName
{
color: #F8E3E5;
}
.AnyTagClassName
{
color: #F8E3E5;
}
</style>
background-color css
<style>
a { background-color: #F8E3E5; }
a { background-color: rgb(248,227,229); }
div.DivClassName
{
background-color: #F8E3E5;
}
.BgClassName
{
background-color: #F8E3E5;
}
</style>
border-color css
<style>
span { border-color: #F8E3E5; }
span { border-color: rgb(248,227,229); }
td.TdClassName
{
border-color: #F8E3E5;
}
.TagClassName
{
border-color: #F8E3E5;
}
</style>