Shades of Carousel Pink #F8DFE3
Tints of Carousel Pink #F8DFE3
RGB
CMYK
RGB Variations
Color information
#F8DFE3 (or 0xF8DFE3) is known color: Carousel Pink. HEX triplet: F8, DF and E3. RGB value is (248,223,227). Sum of RGB (Red+Green+Blue) = 248+223+227=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 227 (89.06% from 255 or 32.52% from 698); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFE3 is #07201C. Grayscale: #E6E6E6. Windows color (decimal): -466973 or 14934008. OLE color: 14934008.
HSL color Cylindrical-coordinate representation of color #F8DFE3: hue angle of 350.4º degrees, saturation: 0.64, 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 #F8DFE3 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 227 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.03 |
| HSL | 350.4º | 0.64% | 0.92% | - |
| HSV(B) | 350.4º | 0.1% | 0.97% | - |
| XYZ | 78.96 | 78.28 | 83.62 | - |
| YUV | 230.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 227 | 0 | 0.10 | 0.08 | 0.03 | 350.4 | 0.64 | 0.92 |
| Hex | F8 | DF | E3 | 0 | A | 8 | 3 | 15E | 40 | 5C |
| Octal | 370 | 337 | 343 | 0 | 12 | 10 | 3 | 536 | 100 | 134 |
| Binary | 11111000 | 11011111 | 11100011 | 0 | 1010 | 1000 | 11 | 101011110 | 1000000 | 1011100 |
Color Harmonies of #F8DFE3
Complementary color
Monochromatic Colors of #F8DFE3
Black with #F8DFE3
Text Example
Text Example
White with #F8DFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFE3; }
p { color: rgb(248,223,227); }
H1.HeaderClassName
{
color: #F8DFE3;
}
.AnyTagClassName
{
color: #F8DFE3;
}
</style>
background-color css
<style>
a { background-color: #F8DFE3; }
a { background-color: rgb(248,223,227); }
div.DivClassName
{
background-color: #F8DFE3;
}
.BgClassName
{
background-color: #F8DFE3;
}
</style>
border-color css
<style>
span { border-color: #F8DFE3; }
span { border-color: rgb(248,223,227); }
td.TdClassName
{
border-color: #F8DFE3;
}
.TagClassName
{
border-color: #F8DFE3;
}
</style>