Shades of Carousel Pink #F9D6DF
Tints of Carousel Pink #F9D6DF
RGB
CMYK
RGB Variations
Color information
#F9D6DF (or 0xF9D6DF) is known color: Carousel Pink. HEX triplet: F9, D6 and DF. RGB value is (249,214,223). Sum of RGB (Red+Green+Blue) = 249+214+223=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6DF is #062920. Grayscale: #E1E1E1. Windows color (decimal): -403745 or 14669561. OLE color: 14669561.
HSL color Cylindrical-coordinate representation of color #F9D6DF: hue angle of 344.57º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9D6DF is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 214 | 223 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.02 |
| HSL | 344.57º | 0.74% | 0.91% | - |
| HSV(B) | 344.57º | 0.14% | 0.98% | - |
| XYZ | 76.43 | 73.56 | 79.98 | - |
| YUV | 225.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 214 | 223 | 0 | 0.14 | 0.10 | 0.02 | 344.57 | 0.74 | 0.91 |
| Hex | F9 | D6 | DF | 0 | E | A | 2 | 159 | 4A | 5B |
| Octal | 371 | 326 | 337 | 0 | 16 | 12 | 2 | 531 | 112 | 133 |
| Binary | 11111001 | 11010110 | 11011111 | 0 | 1110 | 1010 | 10 | 101011001 | 1001010 | 1011011 |
Color Harmonies of #F9D6DF
Complementary color
Monochromatic Colors of #F9D6DF
Black with #F9D6DF
Text Example
Text Example
White with #F9D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D6DF; }
p { color: rgb(249,214,223); }
H1.HeaderClassName
{
color: #F9D6DF;
}
.AnyTagClassName
{
color: #F9D6DF;
}
</style>
background-color css
<style>
a { background-color: #F9D6DF; }
a { background-color: rgb(249,214,223); }
div.DivClassName
{
background-color: #F9D6DF;
}
.BgClassName
{
background-color: #F9D6DF;
}
</style>
border-color css
<style>
span { border-color: #F9D6DF; }
span { border-color: rgb(249,214,223); }
td.TdClassName
{
border-color: #F9D6DF;
}
.TagClassName
{
border-color: #F9D6DF;
}
</style>