Shades of Carousel Pink #FFDAE2
Tints of Carousel Pink #FFDAE2
RGB
CMYK
RGB Variations
Color information
#FFDAE2 (or 0xFFDAE2) is known color: Carousel Pink. HEX triplet: FF, DA and E2. RGB value is (255,218,226). Sum of RGB (Red+Green+Blue) = 255+218+226=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAE2 is #00251D. Grayscale: #E5E5E5. Windows color (decimal): -9502 or 14867199. OLE color: 14867199.
HSL color Cylindrical-coordinate representation of color #FFDAE2: hue angle of 347.03º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDAE2 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 226 | - |
| CMYK | 0 | 0.15 | 0.11 | 0 |
| HSL | 347.03º | 1% | 0.93% | - |
| HSV(B) | 347.03º | 0.15% | 1% | - |
| XYZ | 80.04 | 76.89 | 82.58 | - |
| YUV | 229.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 226 | 0 | 0.15 | 0.11 | 0 | 347.03 | 1 | 0.93 |
| Hex | FF | DA | E2 | 0 | F | B | 0 | 15B | 64 | 5D |
| Octal | 377 | 332 | 342 | 0 | 17 | 13 | 0 | 533 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11100010 | 0 | 1111 | 1011 | 0 | 101011011 | 1100100 | 1011101 |
Color Harmonies of #FFDAE2
Complementary color
Monochromatic Colors of #FFDAE2
Black with #FFDAE2
Text Example
Text Example
White with #FFDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAE2; }
p { color: rgb(255,218,226); }
H1.HeaderClassName
{
color: #FFDAE2;
}
.AnyTagClassName
{
color: #FFDAE2;
}
</style>
background-color css
<style>
a { background-color: #FFDAE2; }
a { background-color: rgb(255,218,226); }
div.DivClassName
{
background-color: #FFDAE2;
}
.BgClassName
{
background-color: #FFDAE2;
}
</style>
border-color css
<style>
span { border-color: #FFDAE2; }
span { border-color: rgb(255,218,226); }
td.TdClassName
{
border-color: #FFDAE2;
}
.TagClassName
{
border-color: #FFDAE2;
}
</style>