Shades of Carousel Pink #FADAE0
Tints of Carousel Pink #FADAE0
RGB
CMYK
RGB Variations
Color information
#FADAE0 (or 0xFADAE0) is known color: Carousel Pink. HEX triplet: FA, DA and E0. RGB value is (250,218,224). Sum of RGB (Red+Green+Blue) = 250+218+224=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 224 (87.89% from 255 or 32.37% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAE0 is #05251F. Grayscale: #E4E4E4. Windows color (decimal): -337184 or 14736122. OLE color: 14736122.
HSL color Cylindrical-coordinate representation of color #FADAE0: hue angle of 348.75º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADAE0 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 224 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.02 |
| HSL | 348.75º | 0.76% | 0.92% | - |
| HSV(B) | 348.75º | 0.13% | 0.98% | - |
| XYZ | 77.95 | 75.85 | 81.05 | - |
| YUV | 228.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 224 | 0 | 0.13 | 0.10 | 0.02 | 348.75 | 0.76 | 0.92 |
| Hex | FA | DA | E0 | 0 | D | A | 2 | 15D | 4C | 5C |
| Octal | 372 | 332 | 340 | 0 | 15 | 12 | 2 | 535 | 114 | 134 |
| Binary | 11111010 | 11011010 | 11100000 | 0 | 1101 | 1010 | 10 | 101011101 | 1001100 | 1011100 |
Color Harmonies of #FADAE0
Complementary color
Monochromatic Colors of #FADAE0
Black with #FADAE0
Text Example
Text Example
White with #FADAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAE0; }
p { color: rgb(250,218,224); }
H1.HeaderClassName
{
color: #FADAE0;
}
.AnyTagClassName
{
color: #FADAE0;
}
</style>
background-color css
<style>
a { background-color: #FADAE0; }
a { background-color: rgb(250,218,224); }
div.DivClassName
{
background-color: #FADAE0;
}
.BgClassName
{
background-color: #FADAE0;
}
</style>
border-color css
<style>
span { border-color: #FADAE0; }
span { border-color: rgb(250,218,224); }
td.TdClassName
{
border-color: #FADAE0;
}
.TagClassName
{
border-color: #FADAE0;
}
</style>