Shades of Carousel Pink #FAE1E6
Tints of Carousel Pink #FAE1E6
RGB
CMYK
RGB Variations
Color information
#FAE1E6 (or 0xFAE1E6) is known color: Carousel Pink. HEX triplet: FA, E1 and E6. RGB value is (250,225,230). Sum of RGB (Red+Green+Blue) = 250+225+230=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1E6 is #051E19. Grayscale: #E9E9E9. Windows color (decimal): -335386 or 15131130. OLE color: 15131130.
HSL color Cylindrical-coordinate representation of color #FAE1E6: hue angle of 348º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE1E6 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 230 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.02 |
| HSL | 348º | 0.71% | 0.93% | - |
| HSV(B) | 348º | 0.1% | 0.98% | - |
| XYZ | 80.63 | 79.89 | 86.03 | - |
| YUV | 233.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 230 | 0 | 0.10 | 0.08 | 0.02 | 348 | 0.71 | 0.93 |
| Hex | FA | E1 | E6 | 0 | A | 8 | 2 | 15C | 47 | 5D |
| Octal | 372 | 341 | 346 | 0 | 12 | 10 | 2 | 534 | 107 | 135 |
| Binary | 11111010 | 11100001 | 11100110 | 0 | 1010 | 1000 | 10 | 101011100 | 1000111 | 1011101 |
Color Harmonies of #FAE1E6
Complementary color
Monochromatic Colors of #FAE1E6
Black with #FAE1E6
Text Example
Text Example
White with #FAE1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1E6; }
p { color: rgb(250,225,230); }
H1.HeaderClassName
{
color: #FAE1E6;
}
.AnyTagClassName
{
color: #FAE1E6;
}
</style>
background-color css
<style>
a { background-color: #FAE1E6; }
a { background-color: rgb(250,225,230); }
div.DivClassName
{
background-color: #FAE1E6;
}
.BgClassName
{
background-color: #FAE1E6;
}
</style>
border-color css
<style>
span { border-color: #FAE1E6; }
span { border-color: rgb(250,225,230); }
td.TdClassName
{
border-color: #FAE1E6;
}
.TagClassName
{
border-color: #FAE1E6;
}
</style>