Shades of Carousel Pink #FADDE3
Tints of Carousel Pink #FADDE3
RGB
CMYK
RGB Variations
Color information
#FADDE3 (or 0xFADDE3) is known color: Carousel Pink. HEX triplet: FA, DD and E3. RGB value is (250,221,227). Sum of RGB (Red+Green+Blue) = 250+221+227=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 227 (89.06% from 255 or 32.52% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDE3 is #05221C. Grayscale: #E6E6E6. Windows color (decimal): -336413 or 14933498. OLE color: 14933498.
HSL color Cylindrical-coordinate representation of color #FADDE3: hue angle of 347.59º 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 #FADDE3 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 227 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.02 |
| HSL | 347.59º | 0.74% | 0.92% | - |
| HSV(B) | 347.59º | 0.12% | 0.98% | - |
| XYZ | 79.15 | 77.58 | 83.48 | - |
| YUV | 230.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 227 | 0 | 0.12 | 0.09 | 0.02 | 347.59 | 0.74 | 0.92 |
| Hex | FA | DD | E3 | 0 | C | 9 | 2 | 15C | 4A | 5C |
| Octal | 372 | 335 | 343 | 0 | 14 | 11 | 2 | 534 | 112 | 134 |
| Binary | 11111010 | 11011101 | 11100011 | 0 | 1100 | 1001 | 10 | 101011100 | 1001010 | 1011100 |
Color Harmonies of #FADDE3
Complementary color
Monochromatic Colors of #FADDE3
Black with #FADDE3
Text Example
Text Example
White with #FADDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDE3; }
p { color: rgb(250,221,227); }
H1.HeaderClassName
{
color: #FADDE3;
}
.AnyTagClassName
{
color: #FADDE3;
}
</style>
background-color css
<style>
a { background-color: #FADDE3; }
a { background-color: rgb(250,221,227); }
div.DivClassName
{
background-color: #FADDE3;
}
.BgClassName
{
background-color: #FADDE3;
}
</style>
border-color css
<style>
span { border-color: #FADDE3; }
span { border-color: rgb(250,221,227); }
td.TdClassName
{
border-color: #FADDE3;
}
.TagClassName
{
border-color: #FADDE3;
}
</style>