Shades of Carousel Pink #FDD8DF
Tints of Carousel Pink #FDD8DF
RGB
CMYK
RGB Variations
Color information
#FDD8DF (or 0xFDD8DF) is known color: Carousel Pink. HEX triplet: FD, D8 and DF. RGB value is (253,216,223). Sum of RGB (Red+Green+Blue) = 253+216+223=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8DF is #022720. Grayscale: #E3E3E3. Windows color (decimal): -141089 or 14670077. OLE color: 14670077.
HSL color Cylindrical-coordinate representation of color #FDD8DF: hue angle of 348.65º degrees, saturation: 0.9, 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 #FDD8DF is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 223 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.01 |
| HSL | 348.65º | 0.9% | 0.92% | - |
| HSV(B) | 348.65º | 0.15% | 0.99% | - |
| XYZ | 78.38 | 75.32 | 80.22 | - |
| YUV | 227.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 223 | 0 | 0.15 | 0.12 | 0.01 | 348.65 | 0.9 | 0.92 |
| Hex | FD | D8 | DF | 0 | F | C | 1 | 15D | 5A | 5C |
| Octal | 375 | 330 | 337 | 0 | 17 | 14 | 1 | 535 | 132 | 134 |
| Binary | 11111101 | 11011000 | 11011111 | 0 | 1111 | 1100 | 1 | 101011101 | 1011010 | 1011100 |
Color Harmonies of #FDD8DF
Complementary color
Monochromatic Colors of #FDD8DF
Black with #FDD8DF
Text Example
Text Example
White with #FDD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8DF; }
p { color: rgb(253,216,223); }
H1.HeaderClassName
{
color: #FDD8DF;
}
.AnyTagClassName
{
color: #FDD8DF;
}
</style>
background-color css
<style>
a { background-color: #FDD8DF; }
a { background-color: rgb(253,216,223); }
div.DivClassName
{
background-color: #FDD8DF;
}
.BgClassName
{
background-color: #FDD8DF;
}
</style>
border-color css
<style>
span { border-color: #FDD8DF; }
span { border-color: rgb(253,216,223); }
td.TdClassName
{
border-color: #FDD8DF;
}
.TagClassName
{
border-color: #FDD8DF;
}
</style>