Shades of Carousel Pink #F8DAE1
Tints of Carousel Pink #F8DAE1
RGB
CMYK
RGB Variations
Color information
#F8DAE1 (or 0xF8DAE1) is known color: Carousel Pink. HEX triplet: F8, DA and E1. RGB value is (248,218,225). Sum of RGB (Red+Green+Blue) = 248+218+225=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 225 (88.28% from 255 or 32.56% from 691); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DAE1 is #07251E. Grayscale: #E3E3E3. Windows color (decimal): -468255 or 14801656. OLE color: 14801656.
HSL color Cylindrical-coordinate representation of color #F8DAE1: hue angle of 346º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DAE1 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 225 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.03 |
| HSL | 346º | 0.68% | 0.91% | - |
| HSV(B) | 346º | 0.12% | 0.97% | - |
| XYZ | 77.37 | 75.54 | 81.74 | - |
| YUV | 227.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 225 | 0 | 0.12 | 0.09 | 0.03 | 346 | 0.68 | 0.91 |
| Hex | F8 | DA | E1 | 0 | C | 9 | 3 | 15A | 44 | 5B |
| Octal | 370 | 332 | 341 | 0 | 14 | 11 | 3 | 532 | 104 | 133 |
| Binary | 11111000 | 11011010 | 11100001 | 0 | 1100 | 1001 | 11 | 101011010 | 1000100 | 1011011 |
Color Harmonies of #F8DAE1
Complementary color
Monochromatic Colors of #F8DAE1
Black with #F8DAE1
Text Example
Text Example
White with #F8DAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DAE1; }
p { color: rgb(248,218,225); }
H1.HeaderClassName
{
color: #F8DAE1;
}
.AnyTagClassName
{
color: #F8DAE1;
}
</style>
background-color css
<style>
a { background-color: #F8DAE1; }
a { background-color: rgb(248,218,225); }
div.DivClassName
{
background-color: #F8DAE1;
}
.BgClassName
{
background-color: #F8DAE1;
}
</style>
border-color css
<style>
span { border-color: #F8DAE1; }
span { border-color: rgb(248,218,225); }
td.TdClassName
{
border-color: #F8DAE1;
}
.TagClassName
{
border-color: #F8DAE1;
}
</style>