Shades of Carousel Pink #FED4DE
Tints of Carousel Pink #FED4DE
RGB
CMYK
RGB Variations
Color information
#FED4DE (or 0xFED4DE) is known color: Carousel Pink. HEX triplet: FE, D4 and DE. RGB value is (254,212,222). Sum of RGB (Red+Green+Blue) = 254+212+222=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4DE is #012B21. Grayscale: #E1E1E1. Windows color (decimal): -76578 or 14603518. OLE color: 14603518.
HSL color Cylindrical-coordinate representation of color #FED4DE: hue angle of 345.71º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4DE is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 222 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.00 |
| HSL | 345.71º | 0.95% | 0.91% | - |
| HSV(B) | 345.71º | 0.17% | 1% | - |
| XYZ | 77.6 | 73.43 | 79.19 | - |
| YUV | 225.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 222 | 0 | 0.17 | 0.13 | 0.00 | 345.71 | 0.95 | 0.91 |
| Hex | FE | D4 | DE | 0 | 11 | D | 0 | 15A | 5F | 5B |
| Octal | 376 | 324 | 336 | 0 | 21 | 15 | 0 | 532 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11011110 | 0 | 10001 | 1101 | 0 | 101011010 | 1011111 | 1011011 |
Color Harmonies of #FED4DE
Complementary color
Monochromatic Colors of #FED4DE
Black with #FED4DE
Text Example
Text Example
White with #FED4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4DE; }
p { color: rgb(254,212,222); }
H1.HeaderClassName
{
color: #FED4DE;
}
.AnyTagClassName
{
color: #FED4DE;
}
</style>
background-color css
<style>
a { background-color: #FED4DE; }
a { background-color: rgb(254,212,222); }
div.DivClassName
{
background-color: #FED4DE;
}
.BgClassName
{
background-color: #FED4DE;
}
</style>
border-color css
<style>
span { border-color: #FED4DE; }
span { border-color: rgb(254,212,222); }
td.TdClassName
{
border-color: #FED4DE;
}
.TagClassName
{
border-color: #FED4DE;
}
</style>