Shades of Carousel Pink #FDE3E6
Tints of Carousel Pink #FDE3E6
RGB
CMYK
RGB Variations
Color information
#FDE3E6 (or 0xFDE3E6) is known color: Carousel Pink. HEX triplet: FD, E3 and E6. RGB value is (253,227,230). Sum of RGB (Red+Green+Blue) = 253+227+230=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 227 (89.06% from 255 or 31.97% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3E6 is #021C19. Grayscale: #EBEBEB. Windows color (decimal): -138266 or 15131645. OLE color: 15131645.
HSL color Cylindrical-coordinate representation of color #FDE3E6: hue angle of 353.08º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE3E6 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 230 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.01 |
| HSL | 353.08º | 0.87% | 0.94% | - |
| HSV(B) | 353.08º | 0.1% | 0.99% | - |
| XYZ | 82.26 | 81.53 | 86.26 | - |
| YUV | 235.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 230 | 0 | 0.10 | 0.09 | 0.01 | 353.08 | 0.87 | 0.94 |
| Hex | FD | E3 | E6 | 0 | A | 9 | 1 | 161 | 57 | 5E |
| Octal | 375 | 343 | 346 | 0 | 12 | 11 | 1 | 541 | 127 | 136 |
| Binary | 11111101 | 11100011 | 11100110 | 0 | 1010 | 1001 | 1 | 101100001 | 1010111 | 1011110 |
Color Harmonies of #FDE3E6
Complementary color
Monochromatic Colors of #FDE3E6
Black with #FDE3E6
Text Example
Text Example
White with #FDE3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3E6; }
p { color: rgb(253,227,230); }
H1.HeaderClassName
{
color: #FDE3E6;
}
.AnyTagClassName
{
color: #FDE3E6;
}
</style>
background-color css
<style>
a { background-color: #FDE3E6; }
a { background-color: rgb(253,227,230); }
div.DivClassName
{
background-color: #FDE3E6;
}
.BgClassName
{
background-color: #FDE3E6;
}
</style>
border-color css
<style>
span { border-color: #FDE3E6; }
span { border-color: rgb(253,227,230); }
td.TdClassName
{
border-color: #FDE3E6;
}
.TagClassName
{
border-color: #FDE3E6;
}
</style>