Shades of Carousel Pink #FDE5E8
Tints of Carousel Pink #FDE5E8
RGB
CMYK
RGB Variations
Color information
#FDE5E8 (or 0xFDE5E8) is known color: Carousel Pink. HEX triplet: FD, E5 and E8. RGB value is (253,229,232). Sum of RGB (Red+Green+Blue) = 253+229+232=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 229 (89.84% from 255 or 32.07% from 714); Blue value is 232 (91.02% from 255 or 32.49% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5E8 is #021A17. Grayscale: #ECECEC. Windows color (decimal): -137752 or 15263229. OLE color: 15263229.
HSL color Cylindrical-coordinate representation of color #FDE5E8: hue angle of 352.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE5E8 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 229 | 232 | - |
CMYK | 0 | 0.09 | 0.08 | 0.01 |
HSL | 352.5º | 0.86% | 0.95% | - |
HSV(B) | 352.5º | 0.09% | 0.99% | - |
XYZ | 83.09 | 82.75 | 87.94 | - |
YUV | 236.52 | 125.45 | 139.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 229 | 232 | 0 | 0.09 | 0.08 | 0.01 | 352.5 | 0.86 | 0.95 |
Hex | FD | E5 | E8 | 0 | 9 | 8 | 1 | 160 | 56 | 5F |
Octal | 375 | 345 | 350 | 0 | 11 | 10 | 1 | 540 | 126 | 137 |
Binary | 11111101 | 11100101 | 11101000 | 0 | 1001 | 1000 | 1 | 101100000 | 1010110 | 1011111 |
Color Harmonies of #FDE5E8
Complementary color
Monochromatic Colors of #FDE5E8
Black with #FDE5E8
Text Example
Text Example
White with #FDE5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5E8; }
p { color: rgb(253,229,232); }
H1.HeaderClassName
{
color: #FDE5E8;
}
.AnyTagClassName
{
color: #FDE5E8;
}
</style>
background-color css
<style>
a { background-color: #FDE5E8; }
a { background-color: rgb(253,229,232); }
div.DivClassName
{
background-color: #FDE5E8;
}
.BgClassName
{
background-color: #FDE5E8;
}
</style>
border-color css
<style>
span { border-color: #FDE5E8; }
span { border-color: rgb(253,229,232); }
td.TdClassName
{
border-color: #FDE5E8;
}
.TagClassName
{
border-color: #FDE5E8;
}
</style>