Shades of Carousel Pink #F8DBE2
Tints of Carousel Pink #F8DBE2
RGB
CMYK
RGB Variations
Color information
#F8DBE2 (or 0xF8DBE2) is known color: Carousel Pink. HEX triplet: F8, DB and E2. RGB value is (248,219,226). Sum of RGB (Red+Green+Blue) = 248+219+226=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 226 (88.67% from 255 or 32.61% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBE2 is #07241D. Grayscale: #E4E4E4. Windows color (decimal): -467998 or 14867448. OLE color: 14867448.
HSL color Cylindrical-coordinate representation of color #F8DBE2: hue angle of 345.52º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DBE2 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 226 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.03 |
| HSL | 345.52º | 0.67% | 0.92% | - |
| HSV(B) | 345.52º | 0.12% | 0.97% | - |
| XYZ | 77.77 | 76.11 | 82.54 | - |
| YUV | 228.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 226 | 0 | 0.12 | 0.09 | 0.03 | 345.52 | 0.67 | 0.92 |
| Hex | F8 | DB | E2 | 0 | C | 9 | 3 | 15A | 43 | 5C |
| Octal | 370 | 333 | 342 | 0 | 14 | 11 | 3 | 532 | 103 | 134 |
| Binary | 11111000 | 11011011 | 11100010 | 0 | 1100 | 1001 | 11 | 101011010 | 1000011 | 1011100 |
Color Harmonies of #F8DBE2
Complementary color
Monochromatic Colors of #F8DBE2
Black with #F8DBE2
Text Example
Text Example
White with #F8DBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBE2; }
p { color: rgb(248,219,226); }
H1.HeaderClassName
{
color: #F8DBE2;
}
.AnyTagClassName
{
color: #F8DBE2;
}
</style>
background-color css
<style>
a { background-color: #F8DBE2; }
a { background-color: rgb(248,219,226); }
div.DivClassName
{
background-color: #F8DBE2;
}
.BgClassName
{
background-color: #F8DBE2;
}
</style>
border-color css
<style>
span { border-color: #F8DBE2; }
span { border-color: rgb(248,219,226); }
td.TdClassName
{
border-color: #F8DBE2;
}
.TagClassName
{
border-color: #F8DBE2;
}
</style>