Shades of Carousel Pink #FADDE1
Tints of Carousel Pink #FADDE1
RGB
CMYK
RGB Variations
Color information
#FADDE1 (or 0xFADDE1) is known color: Carousel Pink. HEX triplet: FA, DD and E1. RGB value is (250,221,225). Sum of RGB (Red+Green+Blue) = 250+221+225=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 225 (88.28% from 255 or 32.33% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDE1 is #05221E. Grayscale: #E6E6E6. Windows color (decimal): -336415 or 14802426. OLE color: 14802426.
HSL color Cylindrical-coordinate representation of color #FADDE1: hue angle of 351.72º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADDE1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 225 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.02 |
| HSL | 351.72º | 0.74% | 0.92% | - |
| HSV(B) | 351.72º | 0.12% | 0.98% | - |
| XYZ | 78.87 | 77.47 | 82.03 | - |
| YUV | 230.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 225 | 0 | 0.12 | 0.10 | 0.02 | 351.72 | 0.74 | 0.92 |
| Hex | FA | DD | E1 | 0 | C | A | 2 | 160 | 4A | 5C |
| Octal | 372 | 335 | 341 | 0 | 14 | 12 | 2 | 540 | 112 | 134 |
| Binary | 11111010 | 11011101 | 11100001 | 0 | 1100 | 1010 | 10 | 101100000 | 1001010 | 1011100 |
Color Harmonies of #FADDE1
Complementary color
Monochromatic Colors of #FADDE1
Black with #FADDE1
Text Example
Text Example
White with #FADDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDE1; }
p { color: rgb(250,221,225); }
H1.HeaderClassName
{
color: #FADDE1;
}
.AnyTagClassName
{
color: #FADDE1;
}
</style>
background-color css
<style>
a { background-color: #FADDE1; }
a { background-color: rgb(250,221,225); }
div.DivClassName
{
background-color: #FADDE1;
}
.BgClassName
{
background-color: #FADDE1;
}
</style>
border-color css
<style>
span { border-color: #FADDE1; }
span { border-color: rgb(250,221,225); }
td.TdClassName
{
border-color: #FADDE1;
}
.TagClassName
{
border-color: #FADDE1;
}
</style>