Shades of Carousel Pink #F8DEE2
Tints of Carousel Pink #F8DEE2
RGB
CMYK
RGB Variations
Color information
#F8DEE2 (or 0xF8DEE2) is known color: Carousel Pink. HEX triplet: F8, DE and E2. RGB value is (248,222,226). Sum of RGB (Red+Green+Blue) = 248+222+226=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DEE2 is #07211D. Grayscale: #E6E6E6. Windows color (decimal): -467230 or 14868216. OLE color: 14868216.
HSL color Cylindrical-coordinate representation of color #F8DEE2: hue angle of 350.77º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8DEE2 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 226 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.03 |
| HSL | 350.77º | 0.65% | 0.92% | - |
| HSV(B) | 350.77º | 0.1% | 0.97% | - |
| XYZ | 78.56 | 77.69 | 82.81 | - |
| YUV | 230.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 226 | 0 | 0.10 | 0.09 | 0.03 | 350.77 | 0.65 | 0.92 |
| Hex | F8 | DE | E2 | 0 | A | 9 | 3 | 15F | 41 | 5C |
| Octal | 370 | 336 | 342 | 0 | 12 | 11 | 3 | 537 | 101 | 134 |
| Binary | 11111000 | 11011110 | 11100010 | 0 | 1010 | 1001 | 11 | 101011111 | 1000001 | 1011100 |
Color Harmonies of #F8DEE2
Complementary color
Monochromatic Colors of #F8DEE2
Black with #F8DEE2
Text Example
Text Example
White with #F8DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DEE2; }
p { color: rgb(248,222,226); }
H1.HeaderClassName
{
color: #F8DEE2;
}
.AnyTagClassName
{
color: #F8DEE2;
}
</style>
background-color css
<style>
a { background-color: #F8DEE2; }
a { background-color: rgb(248,222,226); }
div.DivClassName
{
background-color: #F8DEE2;
}
.BgClassName
{
background-color: #F8DEE2;
}
</style>
border-color css
<style>
span { border-color: #F8DEE2; }
span { border-color: rgb(248,222,226); }
td.TdClassName
{
border-color: #F8DEE2;
}
.TagClassName
{
border-color: #F8DEE2;
}
</style>