Shades of Carousel Pink #F8D8DE
Tints of Carousel Pink #F8D8DE
RGB
CMYK
RGB Variations
Color information
#F8D8DE (or 0xF8D8DE) is known color: Carousel Pink. HEX triplet: F8, D8 and DE. RGB value is (248,216,222). Sum of RGB (Red+Green+Blue) = 248+216+222=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D8DE is #072721. Grayscale: #E2E2E2. Windows color (decimal): -468770 or 14604536. OLE color: 14604536.
HSL color Cylindrical-coordinate representation of color #F8D8DE: hue angle of 348.75º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8D8DE is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 222 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.03 |
| HSL | 348.75º | 0.7% | 0.91% | - |
| HSV(B) | 348.75º | 0.13% | 0.97% | - |
| XYZ | 76.45 | 74.34 | 79.43 | - |
| YUV | 226.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 222 | 0 | 0.13 | 0.10 | 0.03 | 348.75 | 0.7 | 0.91 |
| Hex | F8 | D8 | DE | 0 | D | A | 3 | 15D | 46 | 5B |
| Octal | 370 | 330 | 336 | 0 | 15 | 12 | 3 | 535 | 106 | 133 |
| Binary | 11111000 | 11011000 | 11011110 | 0 | 1101 | 1010 | 11 | 101011101 | 1000110 | 1011011 |
Color Harmonies of #F8D8DE
Complementary color
Monochromatic Colors of #F8D8DE
Black with #F8D8DE
Text Example
Text Example
White with #F8D8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D8DE; }
p { color: rgb(248,216,222); }
H1.HeaderClassName
{
color: #F8D8DE;
}
.AnyTagClassName
{
color: #F8D8DE;
}
</style>
background-color css
<style>
a { background-color: #F8D8DE; }
a { background-color: rgb(248,216,222); }
div.DivClassName
{
background-color: #F8D8DE;
}
.BgClassName
{
background-color: #F8D8DE;
}
</style>
border-color css
<style>
span { border-color: #F8D8DE; }
span { border-color: rgb(248,216,222); }
td.TdClassName
{
border-color: #F8D8DE;
}
.TagClassName
{
border-color: #F8D8DE;
}
</style>