Shades of Carousel Pink #FADEE2
Tints of Carousel Pink #FADEE2
RGB
CMYK
RGB Variations
Color information
#FADEE2 (or 0xFADEE2) is known color: Carousel Pink. HEX triplet: FA, DE and E2. RGB value is (250,222,226). Sum of RGB (Red+Green+Blue) = 250+222+226=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEE2 is #05211D. Grayscale: #E6E6E6. Windows color (decimal): -336158 or 14868218. OLE color: 14868218.
HSL color Cylindrical-coordinate representation of color #FADEE2: hue angle of 351.43º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADEE2 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 226 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.02 |
| HSL | 351.43º | 0.74% | 0.93% | - |
| HSV(B) | 351.43º | 0.11% | 0.98% | - |
| XYZ | 79.27 | 78.06 | 82.84 | - |
| YUV | 230.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 226 | 0 | 0.11 | 0.10 | 0.02 | 351.43 | 0.74 | 0.93 |
| Hex | FA | DE | E2 | 0 | B | A | 2 | 15F | 4A | 5D |
| Octal | 372 | 336 | 342 | 0 | 13 | 12 | 2 | 537 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11100010 | 0 | 1011 | 1010 | 10 | 101011111 | 1001010 | 1011101 |
Color Harmonies of #FADEE2
Complementary color
Monochromatic Colors of #FADEE2
Black with #FADEE2
Text Example
Text Example
White with #FADEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEE2; }
p { color: rgb(250,222,226); }
H1.HeaderClassName
{
color: #FADEE2;
}
.AnyTagClassName
{
color: #FADEE2;
}
</style>
background-color css
<style>
a { background-color: #FADEE2; }
a { background-color: rgb(250,222,226); }
div.DivClassName
{
background-color: #FADEE2;
}
.BgClassName
{
background-color: #FADEE2;
}
</style>
border-color css
<style>
span { border-color: #FADEE2; }
span { border-color: rgb(250,222,226); }
td.TdClassName
{
border-color: #FADEE2;
}
.TagClassName
{
border-color: #FADEE2;
}
</style>