Shades of Carousel Pink #FDDAE2
Tints of Carousel Pink #FDDAE2
RGB
CMYK
RGB Variations
Color information
#FDDAE2 (or 0xFDDAE2) is known color: Carousel Pink. HEX triplet: FD, DA and E2. RGB value is (253,218,226). Sum of RGB (Red+Green+Blue) = 253+218+226=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAE2 is #02251D. Grayscale: #E5E5E5. Windows color (decimal): -140574 or 14867197. OLE color: 14867197.
HSL color Cylindrical-coordinate representation of color #FDDAE2: hue angle of 346.29º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDAE2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 226 | - |
CMYK | 0 | 0.14 | 0.11 | 0.01 |
HSL | 346.29º | 0.9% | 0.92% | - |
HSV(B) | 346.29º | 0.14% | 0.99% | - |
XYZ | 79.31 | 76.52 | 82.54 | - |
YUV | 229.38 | 126.1 | 144.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 226 | 0 | 0.14 | 0.11 | 0.01 | 346.29 | 0.9 | 0.92 |
Hex | FD | DA | E2 | 0 | E | B | 1 | 15A | 5A | 5C |
Octal | 375 | 332 | 342 | 0 | 16 | 13 | 1 | 532 | 132 | 134 |
Binary | 11111101 | 11011010 | 11100010 | 0 | 1110 | 1011 | 1 | 101011010 | 1011010 | 1011100 |
Color Harmonies of #FDDAE2
Complementary color
Monochromatic Colors of #FDDAE2
Black with #FDDAE2
Text Example
Text Example
White with #FDDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAE2; }
p { color: rgb(253,218,226); }
H1.HeaderClassName
{
color: #FDDAE2;
}
.AnyTagClassName
{
color: #FDDAE2;
}
</style>
background-color css
<style>
a { background-color: #FDDAE2; }
a { background-color: rgb(253,218,226); }
div.DivClassName
{
background-color: #FDDAE2;
}
.BgClassName
{
background-color: #FDDAE2;
}
</style>
border-color css
<style>
span { border-color: #FDDAE2; }
span { border-color: rgb(253,218,226); }
td.TdClassName
{
border-color: #FDDAE2;
}
.TagClassName
{
border-color: #FDDAE2;
}
</style>