Shades of Carousel Pink #FEDCE4
Tints of Carousel Pink #FEDCE4
RGB
CMYK
RGB Variations
Color information
#FEDCE4 (or 0xFEDCE4) is known color: Carousel Pink. HEX triplet: FE, DC and E4. RGB value is (254,220,228). Sum of RGB (Red+Green+Blue) = 254+220+228=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE4 is #01231B. Grayscale: #E7E7E7. Windows color (decimal): -74524 or 14998782. OLE color: 14998782.
HSL color Cylindrical-coordinate representation of color #FEDCE4: hue angle of 345.88º 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 #FEDCE4 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 220 | 228 | - |
CMYK | 0 | 0.13 | 0.10 | 0.00 |
HSL | 345.88º | 0.94% | 0.93% | - |
HSV(B) | 345.88º | 0.13% | 1% | - |
XYZ | 80.47 | 77.86 | 84.19 | - |
YUV | 231.08 | 126.26 | 144.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 220 | 228 | 0 | 0.13 | 0.10 | 0.00 | 345.88 | 0.94 | 0.93 |
Hex | FE | DC | E4 | 0 | D | A | 0 | 15A | 5E | 5D |
Octal | 376 | 334 | 344 | 0 | 15 | 12 | 0 | 532 | 136 | 135 |
Binary | 11111110 | 11011100 | 11100100 | 0 | 1101 | 1010 | 0 | 101011010 | 1011110 | 1011101 |
Color Harmonies of #FEDCE4
Complementary color
Monochromatic Colors of #FEDCE4
Black with #FEDCE4
Text Example
Text Example
White with #FEDCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCE4; }
p { color: rgb(254,220,228); }
H1.HeaderClassName
{
color: #FEDCE4;
}
.AnyTagClassName
{
color: #FEDCE4;
}
</style>
background-color css
<style>
a { background-color: #FEDCE4; }
a { background-color: rgb(254,220,228); }
div.DivClassName
{
background-color: #FEDCE4;
}
.BgClassName
{
background-color: #FEDCE4;
}
</style>
border-color css
<style>
span { border-color: #FEDCE4; }
span { border-color: rgb(254,220,228); }
td.TdClassName
{
border-color: #FEDCE4;
}
.TagClassName
{
border-color: #FEDCE4;
}
</style>