Shades of Carousel Pink #FDDEE5
Tints of Carousel Pink #FDDEE5
RGB
CMYK
RGB Variations
Color information
#FDDEE5 (or 0xFDDEE5) is known color: Carousel Pink. HEX triplet: FD, DE and E5. RGB value is (253,222,229). Sum of RGB (Red+Green+Blue) = 253+222+229=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEE5 is #02211A. Grayscale: #E8E8E8. Windows color (decimal): -139547 or 15064829. OLE color: 15064829.
HSL color Cylindrical-coordinate representation of color #FDDEE5: hue angle of 346.45º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEE5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 229 | - |
CMYK | 0 | 0.12 | 0.09 | 0.01 |
HSL | 346.45º | 0.89% | 0.93% | - |
HSV(B) | 346.45º | 0.12% | 0.99% | - |
XYZ | 80.77 | 78.78 | 85.08 | - |
YUV | 232.07 | 126.27 | 142.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 229 | 0 | 0.12 | 0.09 | 0.01 | 346.45 | 0.89 | 0.93 |
Hex | FD | DE | E5 | 0 | C | 9 | 1 | 15A | 59 | 5D |
Octal | 375 | 336 | 345 | 0 | 14 | 11 | 1 | 532 | 131 | 135 |
Binary | 11111101 | 11011110 | 11100101 | 0 | 1100 | 1001 | 1 | 101011010 | 1011001 | 1011101 |
Color Harmonies of #FDDEE5
Complementary color
Monochromatic Colors of #FDDEE5
Black with #FDDEE5
Text Example
Text Example
White with #FDDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEE5; }
p { color: rgb(253,222,229); }
H1.HeaderClassName
{
color: #FDDEE5;
}
.AnyTagClassName
{
color: #FDDEE5;
}
</style>
background-color css
<style>
a { background-color: #FDDEE5; }
a { background-color: rgb(253,222,229); }
div.DivClassName
{
background-color: #FDDEE5;
}
.BgClassName
{
background-color: #FDDEE5;
}
</style>
border-color css
<style>
span { border-color: #FDDEE5; }
span { border-color: rgb(253,222,229); }
td.TdClassName
{
border-color: #FDDEE5;
}
.TagClassName
{
border-color: #FDDEE5;
}
</style>