Shades of Carousel Pink #FDDFE5
Tints of Carousel Pink #FDDFE5
RGB
CMYK
RGB Variations
Color information
#FDDFE5 (or 0xFDDFE5) is known color: Carousel Pink. HEX triplet: FD, DF and E5. RGB value is (253,223,229). Sum of RGB (Red+Green+Blue) = 253+223+229=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFE5 is #02201A. Grayscale: #E8E8E8. Windows color (decimal): -139291 or 15065085. OLE color: 15065085.
HSL color Cylindrical-coordinate representation of color #FDDFE5: hue angle of 348º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDFE5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 229 | - |
CMYK | 0 | 0.12 | 0.09 | 0.01 |
HSL | 348º | 0.88% | 0.93% | - |
HSV(B) | 348º | 0.12% | 0.99% | - |
XYZ | 81.04 | 79.32 | 85.17 | - |
YUV | 232.65 | 125.94 | 142.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 229 | 0 | 0.12 | 0.09 | 0.01 | 348 | 0.88 | 0.93 |
Hex | FD | DF | E5 | 0 | C | 9 | 1 | 15C | 58 | 5D |
Octal | 375 | 337 | 345 | 0 | 14 | 11 | 1 | 534 | 130 | 135 |
Binary | 11111101 | 11011111 | 11100101 | 0 | 1100 | 1001 | 1 | 101011100 | 1011000 | 1011101 |
Color Harmonies of #FDDFE5
Complementary color
Monochromatic Colors of #FDDFE5
Black with #FDDFE5
Text Example
Text Example
White with #FDDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFE5; }
p { color: rgb(253,223,229); }
H1.HeaderClassName
{
color: #FDDFE5;
}
.AnyTagClassName
{
color: #FDDFE5;
}
</style>
background-color css
<style>
a { background-color: #FDDFE5; }
a { background-color: rgb(253,223,229); }
div.DivClassName
{
background-color: #FDDFE5;
}
.BgClassName
{
background-color: #FDDFE5;
}
</style>
border-color css
<style>
span { border-color: #FDDFE5; }
span { border-color: rgb(253,223,229); }
td.TdClassName
{
border-color: #FDDFE5;
}
.TagClassName
{
border-color: #FDDFE5;
}
</style>