Shades of Carousel Pink #F8DFE2
Tints of Carousel Pink #F8DFE2
RGB
CMYK
RGB Variations
Color information
#F8DFE2 (or 0xF8DFE2) is known color: Carousel Pink. HEX triplet: F8, DF and E2. RGB value is (248,223,226). Sum of RGB (Red+Green+Blue) = 248+223+226=697 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.58% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFE2 is #07201D. Grayscale: #E6E6E6. Windows color (decimal): -466974 or 14868472. OLE color: 14868472.
HSL color Cylindrical-coordinate representation of color #F8DFE2: hue angle of 352.8º 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 #F8DFE2 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 226 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.03 |
| HSL | 352.8º | 0.64% | 0.92% | - |
| HSV(B) | 352.8º | 0.1% | 0.97% | - |
| XYZ | 78.83 | 78.22 | 82.9 | - |
| YUV | 230.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 226 | 0 | 0.10 | 0.09 | 0.03 | 352.8 | 0.64 | 0.92 |
| Hex | F8 | DF | E2 | 0 | A | 9 | 3 | 161 | 40 | 5C |
| Octal | 370 | 337 | 342 | 0 | 12 | 11 | 3 | 541 | 100 | 134 |
| Binary | 11111000 | 11011111 | 11100010 | 0 | 1010 | 1001 | 11 | 101100001 | 1000000 | 1011100 |
Color Harmonies of #F8DFE2
Complementary color
Monochromatic Colors of #F8DFE2
Black with #F8DFE2
Text Example
Text Example
White with #F8DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFE2; }
p { color: rgb(248,223,226); }
H1.HeaderClassName
{
color: #F8DFE2;
}
.AnyTagClassName
{
color: #F8DFE2;
}
</style>
background-color css
<style>
a { background-color: #F8DFE2; }
a { background-color: rgb(248,223,226); }
div.DivClassName
{
background-color: #F8DFE2;
}
.BgClassName
{
background-color: #F8DFE2;
}
</style>
border-color css
<style>
span { border-color: #F8DFE2; }
span { border-color: rgb(248,223,226); }
td.TdClassName
{
border-color: #F8DFE2;
}
.TagClassName
{
border-color: #F8DFE2;
}
</style>