Shades of Carousel Pink #F8D6DF
Tints of Carousel Pink #F8D6DF
RGB
CMYK
RGB Variations
Color information
#F8D6DF (or 0xF8D6DF) is known color: Carousel Pink. HEX triplet: F8, D6 and DF. RGB value is (248,214,223). Sum of RGB (Red+Green+Blue) = 248+214+223=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D6DF is #072920. Grayscale: #E1E1E1. Windows color (decimal): -469281 or 14669560. OLE color: 14669560.
HSL color Cylindrical-coordinate representation of color #F8D6DF: hue angle of 344.12º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D6DF is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 223 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.03 |
| HSL | 344.12º | 0.71% | 0.91% | - |
| HSV(B) | 344.12º | 0.14% | 0.97% | - |
| XYZ | 76.08 | 73.38 | 79.97 | - |
| YUV | 225.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 223 | 0 | 0.14 | 0.10 | 0.03 | 344.12 | 0.71 | 0.91 |
| Hex | F8 | D6 | DF | 0 | E | A | 3 | 158 | 47 | 5B |
| Octal | 370 | 326 | 337 | 0 | 16 | 12 | 3 | 530 | 107 | 133 |
| Binary | 11111000 | 11010110 | 11011111 | 0 | 1110 | 1010 | 11 | 101011000 | 1000111 | 1011011 |
Color Harmonies of #F8D6DF
Complementary color
Monochromatic Colors of #F8D6DF
Black with #F8D6DF
Text Example
Text Example
White with #F8D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D6DF; }
p { color: rgb(248,214,223); }
H1.HeaderClassName
{
color: #F8D6DF;
}
.AnyTagClassName
{
color: #F8D6DF;
}
</style>
background-color css
<style>
a { background-color: #F8D6DF; }
a { background-color: rgb(248,214,223); }
div.DivClassName
{
background-color: #F8D6DF;
}
.BgClassName
{
background-color: #F8D6DF;
}
</style>
border-color css
<style>
span { border-color: #F8D6DF; }
span { border-color: rgb(248,214,223); }
td.TdClassName
{
border-color: #F8D6DF;
}
.TagClassName
{
border-color: #F8D6DF;
}
</style>