Shades of Carousel Pink #FADEE3
Tints of Carousel Pink #FADEE3
RGB
CMYK
RGB Variations
Color information
#FADEE3 (or 0xFADEE3) is known color: Carousel Pink. HEX triplet: FA, DE and E3. RGB value is (250,222,227). Sum of RGB (Red+Green+Blue) = 250+222+227=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 227 (89.06% from 255 or 32.47% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEE3 is #05211C. Grayscale: #E6E6E6. Windows color (decimal): -336157 or 14933754. OLE color: 14933754.
HSL color Cylindrical-coordinate representation of color #FADEE3: hue angle of 349.29º 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 #FADEE3 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 227 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.02 |
| HSL | 349.29º | 0.74% | 0.93% | - |
| HSV(B) | 349.29º | 0.11% | 0.98% | - |
| XYZ | 79.41 | 78.11 | 83.56 | - |
| YUV | 230.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 227 | 0 | 0.11 | 0.09 | 0.02 | 349.29 | 0.74 | 0.93 |
| Hex | FA | DE | E3 | 0 | B | 9 | 2 | 15D | 4A | 5D |
| Octal | 372 | 336 | 343 | 0 | 13 | 11 | 2 | 535 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11100011 | 0 | 1011 | 1001 | 10 | 101011101 | 1001010 | 1011101 |
Color Harmonies of #FADEE3
Complementary color
Monochromatic Colors of #FADEE3
Black with #FADEE3
Text Example
Text Example
White with #FADEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEE3; }
p { color: rgb(250,222,227); }
H1.HeaderClassName
{
color: #FADEE3;
}
.AnyTagClassName
{
color: #FADEE3;
}
</style>
background-color css
<style>
a { background-color: #FADEE3; }
a { background-color: rgb(250,222,227); }
div.DivClassName
{
background-color: #FADEE3;
}
.BgClassName
{
background-color: #FADEE3;
}
</style>
border-color css
<style>
span { border-color: #FADEE3; }
span { border-color: rgb(250,222,227); }
td.TdClassName
{
border-color: #FADEE3;
}
.TagClassName
{
border-color: #FADEE3;
}
</style>