Shades of Carousel Pink #FDD9DF
Tints of Carousel Pink #FDD9DF
RGB
CMYK
RGB Variations
Color information
#FDD9DF (or 0xFDD9DF) is known color: Carousel Pink. HEX triplet: FD, D9 and DF. RGB value is (253,217,223). Sum of RGB (Red+Green+Blue) = 253+217+223=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9DF is #022620. Grayscale: #E4E4E4. Windows color (decimal): -140833 or 14670333. OLE color: 14670333.
HSL color Cylindrical-coordinate representation of color #FDD9DF: hue angle of 350º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9DF is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 217 | 223 | - |
CMYK | 0 | 0.14 | 0.12 | 0.01 |
HSL | 350º | 0.9% | 0.92% | - |
HSV(B) | 350º | 0.14% | 0.99% | - |
XYZ | 78.64 | 75.84 | 80.31 | - |
YUV | 228.45 | 124.93 | 145.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 217 | 223 | 0 | 0.14 | 0.12 | 0.01 | 350 | 0.9 | 0.92 |
Hex | FD | D9 | DF | 0 | E | C | 1 | 15E | 5A | 5C |
Octal | 375 | 331 | 337 | 0 | 16 | 14 | 1 | 536 | 132 | 134 |
Binary | 11111101 | 11011001 | 11011111 | 0 | 1110 | 1100 | 1 | 101011110 | 1011010 | 1011100 |
Color Harmonies of #FDD9DF
Complementary color
Monochromatic Colors of #FDD9DF
Black with #FDD9DF
Text Example
Text Example
White with #FDD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9DF; }
p { color: rgb(253,217,223); }
H1.HeaderClassName
{
color: #FDD9DF;
}
.AnyTagClassName
{
color: #FDD9DF;
}
</style>
background-color css
<style>
a { background-color: #FDD9DF; }
a { background-color: rgb(253,217,223); }
div.DivClassName
{
background-color: #FDD9DF;
}
.BgClassName
{
background-color: #FDD9DF;
}
</style>
border-color css
<style>
span { border-color: #FDD9DF; }
span { border-color: rgb(253,217,223); }
td.TdClassName
{
border-color: #FDD9DF;
}
.TagClassName
{
border-color: #FDD9DF;
}
</style>