Shades of Carousel Pink #FADCE1
Tints of Carousel Pink #FADCE1
RGB
CMYK
RGB Variations
Color information
#FADCE1 (or 0xFADCE1) is known color: Carousel Pink. HEX triplet: FA, DC and E1. RGB value is (250,220,225). Sum of RGB (Red+Green+Blue) = 250+220+225=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCE1 is #05231E. Grayscale: #E5E5E5. Windows color (decimal): -336671 or 14802170. OLE color: 14802170.
HSL color Cylindrical-coordinate representation of color #FADCE1: hue angle of 350º degrees, saturation: 0.75, 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 #FADCE1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 225 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.02 |
| HSL | 350º | 0.75% | 0.92% | - |
| HSV(B) | 350º | 0.12% | 0.98% | - |
| XYZ | 78.61 | 76.95 | 81.94 | - |
| YUV | 229.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 225 | 0 | 0.12 | 0.10 | 0.02 | 350 | 0.75 | 0.92 |
| Hex | FA | DC | E1 | 0 | C | A | 2 | 15E | 4B | 5C |
| Octal | 372 | 334 | 341 | 0 | 14 | 12 | 2 | 536 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11100001 | 0 | 1100 | 1010 | 10 | 101011110 | 1001011 | 1011100 |
Color Harmonies of #FADCE1
Complementary color
Monochromatic Colors of #FADCE1
Black with #FADCE1
Text Example
Text Example
White with #FADCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCE1; }
p { color: rgb(250,220,225); }
H1.HeaderClassName
{
color: #FADCE1;
}
.AnyTagClassName
{
color: #FADCE1;
}
</style>
background-color css
<style>
a { background-color: #FADCE1; }
a { background-color: rgb(250,220,225); }
div.DivClassName
{
background-color: #FADCE1;
}
.BgClassName
{
background-color: #FADCE1;
}
</style>
border-color css
<style>
span { border-color: #FADCE1; }
span { border-color: rgb(250,220,225); }
td.TdClassName
{
border-color: #FADCE1;
}
.TagClassName
{
border-color: #FADCE1;
}
</style>