Shades of Carousel Pink #FDE2E5
Tints of Carousel Pink #FDE2E5
RGB
CMYK
RGB Variations
Color information
#FDE2E5 (or 0xFDE2E5) is known color: Carousel Pink. HEX triplet: FD, E2 and E5. RGB value is (253,226,229). Sum of RGB (Red+Green+Blue) = 253+226+229=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 226 (88.67% from 255 or 31.92% from 708); Blue value is 229 (89.84% from 255 or 32.34% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2E5 is #021D1A. Grayscale: #EAEAEA. Windows color (decimal): -138523 or 15065853. OLE color: 15065853.
HSL color Cylindrical-coordinate representation of color #FDE2E5: hue angle of 353.33º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE2E5 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 229 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.01 |
| HSL | 353.33º | 0.87% | 0.94% | - |
| HSV(B) | 353.33º | 0.11% | 0.99% | - |
| XYZ | 81.85 | 80.93 | 85.44 | - |
| YUV | 234.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 229 | 0 | 0.11 | 0.09 | 0.01 | 353.33 | 0.87 | 0.94 |
| Hex | FD | E2 | E5 | 0 | B | 9 | 1 | 161 | 57 | 5E |
| Octal | 375 | 342 | 345 | 0 | 13 | 11 | 1 | 541 | 127 | 136 |
| Binary | 11111101 | 11100010 | 11100101 | 0 | 1011 | 1001 | 1 | 101100001 | 1010111 | 1011110 |
Color Harmonies of #FDE2E5
Complementary color
Monochromatic Colors of #FDE2E5
Black with #FDE2E5
Text Example
Text Example
White with #FDE2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2E5; }
p { color: rgb(253,226,229); }
H1.HeaderClassName
{
color: #FDE2E5;
}
.AnyTagClassName
{
color: #FDE2E5;
}
</style>
background-color css
<style>
a { background-color: #FDE2E5; }
a { background-color: rgb(253,226,229); }
div.DivClassName
{
background-color: #FDE2E5;
}
.BgClassName
{
background-color: #FDE2E5;
}
</style>
border-color css
<style>
span { border-color: #FDE2E5; }
span { border-color: rgb(253,226,229); }
td.TdClassName
{
border-color: #FDE2E5;
}
.TagClassName
{
border-color: #FDE2E5;
}
</style>