Shades of Carousel Pink #FADDE4
Tints of Carousel Pink #FADDE4
RGB
CMYK
RGB Variations
Color information
#FADDE4 (or 0xFADDE4) is known color: Carousel Pink. HEX triplet: FA, DD and E4. RGB value is (250,221,228). Sum of RGB (Red+Green+Blue) = 250+221+228=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 228 (89.45% from 255 or 32.62% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDE4 is #05221B. Grayscale: #E6E6E6. Windows color (decimal): -336412 or 14999034. OLE color: 14999034.
HSL color Cylindrical-coordinate representation of color #FADDE4: hue angle of 345.52º 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 #FADDE4 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 228 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.02 |
| HSL | 345.52º | 0.74% | 0.92% | - |
| HSV(B) | 345.52º | 0.12% | 0.98% | - |
| XYZ | 79.28 | 77.64 | 84.21 | - |
| YUV | 230.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 228 | 0 | 0.12 | 0.09 | 0.02 | 345.52 | 0.74 | 0.92 |
| Hex | FA | DD | E4 | 0 | C | 9 | 2 | 15A | 4A | 5C |
| Octal | 372 | 335 | 344 | 0 | 14 | 11 | 2 | 532 | 112 | 134 |
| Binary | 11111010 | 11011101 | 11100100 | 0 | 1100 | 1001 | 10 | 101011010 | 1001010 | 1011100 |
Color Harmonies of #FADDE4
Complementary color
Monochromatic Colors of #FADDE4
Black with #FADDE4
Text Example
Text Example
White with #FADDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDE4; }
p { color: rgb(250,221,228); }
H1.HeaderClassName
{
color: #FADDE4;
}
.AnyTagClassName
{
color: #FADDE4;
}
</style>
background-color css
<style>
a { background-color: #FADDE4; }
a { background-color: rgb(250,221,228); }
div.DivClassName
{
background-color: #FADDE4;
}
.BgClassName
{
background-color: #FADDE4;
}
</style>
border-color css
<style>
span { border-color: #FADDE4; }
span { border-color: rgb(250,221,228); }
td.TdClassName
{
border-color: #FADDE4;
}
.TagClassName
{
border-color: #FADDE4;
}
</style>