Shades of Carousel Pink #FDD6DF
Tints of Carousel Pink #FDD6DF
RGB
CMYK
RGB Variations
Color information
#FDD6DF (or 0xFDD6DF) is known color: Carousel Pink. HEX triplet: FD, D6 and DF. RGB value is (253,214,223). Sum of RGB (Red+Green+Blue) = 253+214+223=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6DF is #022920. Grayscale: #E2E2E2. Windows color (decimal): -141601 or 14669565. OLE color: 14669565.
HSL color Cylindrical-coordinate representation of color #FDD6DF: hue angle of 346.15º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD6DF is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 223 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.01 |
| HSL | 346.15º | 0.91% | 0.92% | - |
| HSV(B) | 346.15º | 0.15% | 0.99% | - |
| XYZ | 77.87 | 74.3 | 80.05 | - |
| YUV | 226.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 223 | 0 | 0.15 | 0.12 | 0.01 | 346.15 | 0.91 | 0.92 |
| Hex | FD | D6 | DF | 0 | F | C | 1 | 15A | 5B | 5C |
| Octal | 375 | 326 | 337 | 0 | 17 | 14 | 1 | 532 | 133 | 134 |
| Binary | 11111101 | 11010110 | 11011111 | 0 | 1111 | 1100 | 1 | 101011010 | 1011011 | 1011100 |
Color Harmonies of #FDD6DF
Complementary color
Monochromatic Colors of #FDD6DF
Black with #FDD6DF
Text Example
Text Example
White with #FDD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6DF; }
p { color: rgb(253,214,223); }
H1.HeaderClassName
{
color: #FDD6DF;
}
.AnyTagClassName
{
color: #FDD6DF;
}
</style>
background-color css
<style>
a { background-color: #FDD6DF; }
a { background-color: rgb(253,214,223); }
div.DivClassName
{
background-color: #FDD6DF;
}
.BgClassName
{
background-color: #FDD6DF;
}
</style>
border-color css
<style>
span { border-color: #FDD6DF; }
span { border-color: rgb(253,214,223); }
td.TdClassName
{
border-color: #FDD6DF;
}
.TagClassName
{
border-color: #FDD6DF;
}
</style>