Shades of Carousel Pink #FDD8E1
Tints of Carousel Pink #FDD8E1
RGB
CMYK
RGB Variations
Color information
#FDD8E1 (or 0xFDD8E1) is known color: Carousel Pink. HEX triplet: FD, D8 and E1. RGB value is (253,216,225). Sum of RGB (Red+Green+Blue) = 253+216+225=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 216 (84.77% from 255 or 31.12% from 694); Blue value is 225 (88.28% from 255 or 32.42% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8E1 is #02271E. Grayscale: #E4E4E4. Windows color (decimal): -141087 or 14801149. OLE color: 14801149.
HSL color Cylindrical-coordinate representation of color #FDD8E1: hue angle of 345.41º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD8E1 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 225 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.01 |
| HSL | 345.41º | 0.9% | 0.92% | - |
| HSV(B) | 345.41º | 0.15% | 0.99% | - |
| XYZ | 78.65 | 75.43 | 81.65 | - |
| YUV | 228.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 225 | 0 | 0.15 | 0.11 | 0.01 | 345.41 | 0.9 | 0.92 |
| Hex | FD | D8 | E1 | 0 | F | B | 1 | 159 | 5A | 5C |
| Octal | 375 | 330 | 341 | 0 | 17 | 13 | 1 | 531 | 132 | 134 |
| Binary | 11111101 | 11011000 | 11100001 | 0 | 1111 | 1011 | 1 | 101011001 | 1011010 | 1011100 |
Color Harmonies of #FDD8E1
Complementary color
Monochromatic Colors of #FDD8E1
Black with #FDD8E1
Text Example
Text Example
White with #FDD8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8E1; }
p { color: rgb(253,216,225); }
H1.HeaderClassName
{
color: #FDD8E1;
}
.AnyTagClassName
{
color: #FDD8E1;
}
</style>
background-color css
<style>
a { background-color: #FDD8E1; }
a { background-color: rgb(253,216,225); }
div.DivClassName
{
background-color: #FDD8E1;
}
.BgClassName
{
background-color: #FDD8E1;
}
</style>
border-color css
<style>
span { border-color: #FDD8E1; }
span { border-color: rgb(253,216,225); }
td.TdClassName
{
border-color: #FDD8E1;
}
.TagClassName
{
border-color: #FDD8E1;
}
</style>