Shades of Carousel Pink #F2DCDF
Tints of Carousel Pink #F2DCDF
RGB
CMYK
RGB Variations
Color information
#F2DCDF (or 0xF2DCDF) is known color: Carousel Pink. HEX triplet: F2, DC and DF. RGB value is (242,220,223). Sum of RGB (Red+Green+Blue) = 242+220+223=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCDF is #0D2320. Grayscale: #E2E2E2. Windows color (decimal): -860961 or 14671090. OLE color: 14671090.
HSL color Cylindrical-coordinate representation of color #F2DCDF: hue angle of 351.82º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DCDF is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 223 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.05 |
| HSL | 351.82º | 0.46% | 0.91% | - |
| HSV(B) | 351.82º | 0.09% | 0.95% | - |
| XYZ | 75.53 | 75.39 | 80.38 | - |
| YUV | 226.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 223 | 0 | 0.09 | 0.08 | 0.05 | 351.82 | 0.46 | 0.91 |
| Hex | F2 | DC | DF | 0 | 9 | 8 | 5 | 160 | 2E | 5B |
| Octal | 362 | 334 | 337 | 0 | 11 | 10 | 5 | 540 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11011111 | 0 | 1001 | 1000 | 101 | 101100000 | 101110 | 1011011 |
Color Harmonies of #F2DCDF
Complementary color
Monochromatic Colors of #F2DCDF
Black with #F2DCDF
Text Example
Text Example
White with #F2DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCDF; }
p { color: rgb(242,220,223); }
H1.HeaderClassName
{
color: #F2DCDF;
}
.AnyTagClassName
{
color: #F2DCDF;
}
</style>
background-color css
<style>
a { background-color: #F2DCDF; }
a { background-color: rgb(242,220,223); }
div.DivClassName
{
background-color: #F2DCDF;
}
.BgClassName
{
background-color: #F2DCDF;
}
</style>
border-color css
<style>
span { border-color: #F2DCDF; }
span { border-color: rgb(242,220,223); }
td.TdClassName
{
border-color: #F2DCDF;
}
.TagClassName
{
border-color: #F2DCDF;
}
</style>