Shades of Carousel Pink #FDD8E0
Tints of Carousel Pink #FDD8E0
RGB
CMYK
RGB Variations
Color information
#FDD8E0 (or 0xFDD8E0) is known color: Carousel Pink. HEX triplet: FD, D8 and E0. RGB value is (253,216,224). Sum of RGB (Red+Green+Blue) = 253+216+224=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8E0 is #02271F. Grayscale: #E3E3E3. Windows color (decimal): -141088 or 14735613. OLE color: 14735613.
HSL color Cylindrical-coordinate representation of color #FDD8E0: hue angle of 347.03º 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 #FDD8E0 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 224 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.01 |
| HSL | 347.03º | 0.9% | 0.92% | - |
| HSV(B) | 347.03º | 0.15% | 0.99% | - |
| XYZ | 78.52 | 75.38 | 80.93 | - |
| YUV | 227.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 224 | 0 | 0.15 | 0.11 | 0.01 | 347.03 | 0.9 | 0.92 |
| Hex | FD | D8 | E0 | 0 | F | B | 1 | 15B | 5A | 5C |
| Octal | 375 | 330 | 340 | 0 | 17 | 13 | 1 | 533 | 132 | 134 |
| Binary | 11111101 | 11011000 | 11100000 | 0 | 1111 | 1011 | 1 | 101011011 | 1011010 | 1011100 |
Color Harmonies of #FDD8E0
Complementary color
Monochromatic Colors of #FDD8E0
Black with #FDD8E0
Text Example
Text Example
White with #FDD8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8E0; }
p { color: rgb(253,216,224); }
H1.HeaderClassName
{
color: #FDD8E0;
}
.AnyTagClassName
{
color: #FDD8E0;
}
</style>
background-color css
<style>
a { background-color: #FDD8E0; }
a { background-color: rgb(253,216,224); }
div.DivClassName
{
background-color: #FDD8E0;
}
.BgClassName
{
background-color: #FDD8E0;
}
</style>
border-color css
<style>
span { border-color: #FDD8E0; }
span { border-color: rgb(253,216,224); }
td.TdClassName
{
border-color: #FDD8E0;
}
.TagClassName
{
border-color: #FDD8E0;
}
</style>