Shades of Carousel Pink #FEDDE4
Tints of Carousel Pink #FEDDE4
RGB
CMYK
RGB Variations
Color information
#FEDDE4 (or 0xFEDDE4) is known color: Carousel Pink. HEX triplet: FE, DD and E4. RGB value is (254,221,228). Sum of RGB (Red+Green+Blue) = 254+221+228=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDE4 is #01221B. Grayscale: #E7E7E7. Windows color (decimal): -74268 or 14999038. OLE color: 14999038.
HSL color Cylindrical-coordinate representation of color #FEDDE4: hue angle of 347.27º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDDE4 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 228 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.00 |
| HSL | 347.27º | 0.94% | 0.93% | - |
| HSV(B) | 347.27º | 0.13% | 1% | - |
| XYZ | 80.73 | 78.39 | 84.27 | - |
| YUV | 231.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 228 | 0 | 0.13 | 0.10 | 0.00 | 347.27 | 0.94 | 0.93 |
| Hex | FE | DD | E4 | 0 | D | A | 0 | 15B | 5E | 5D |
| Octal | 376 | 335 | 344 | 0 | 15 | 12 | 0 | 533 | 136 | 135 |
| Binary | 11111110 | 11011101 | 11100100 | 0 | 1101 | 1010 | 0 | 101011011 | 1011110 | 1011101 |
Color Harmonies of #FEDDE4
Complementary color
Monochromatic Colors of #FEDDE4
Black with #FEDDE4
Text Example
Text Example
White with #FEDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDE4; }
p { color: rgb(254,221,228); }
H1.HeaderClassName
{
color: #FEDDE4;
}
.AnyTagClassName
{
color: #FEDDE4;
}
</style>
background-color css
<style>
a { background-color: #FEDDE4; }
a { background-color: rgb(254,221,228); }
div.DivClassName
{
background-color: #FEDDE4;
}
.BgClassName
{
background-color: #FEDDE4;
}
</style>
border-color css
<style>
span { border-color: #FEDDE4; }
span { border-color: rgb(254,221,228); }
td.TdClassName
{
border-color: #FEDDE4;
}
.TagClassName
{
border-color: #FEDDE4;
}
</style>