Shades of Carousel Pink #FAE1E5
Tints of Carousel Pink #FAE1E5
RGB
CMYK
RGB Variations
Color information
#FAE1E5 (or 0xFAE1E5) is known color: Carousel Pink. HEX triplet: FA, E1 and E5. RGB value is (250,225,229). Sum of RGB (Red+Green+Blue) = 250+225+229=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 225 (88.28% from 255 or 31.96% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1E5 is #051E1A. Grayscale: #E8E8E8. Windows color (decimal): -335387 or 15065594. OLE color: 15065594.
HSL color Cylindrical-coordinate representation of color #FAE1E5: hue angle of 350.4º 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 #FAE1E5 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 229 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.02 |
| HSL | 350.4º | 0.71% | 0.93% | - |
| HSV(B) | 350.4º | 0.1% | 0.98% | - |
| XYZ | 80.49 | 79.83 | 85.3 | - |
| YUV | 232.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 229 | 0 | 0.10 | 0.08 | 0.02 | 350.4 | 0.71 | 0.93 |
| Hex | FA | E1 | E5 | 0 | A | 8 | 2 | 15E | 47 | 5D |
| Octal | 372 | 341 | 345 | 0 | 12 | 10 | 2 | 536 | 107 | 135 |
| Binary | 11111010 | 11100001 | 11100101 | 0 | 1010 | 1000 | 10 | 101011110 | 1000111 | 1011101 |
Color Harmonies of #FAE1E5
Complementary color
Monochromatic Colors of #FAE1E5
Black with #FAE1E5
Text Example
Text Example
White with #FAE1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1E5; }
p { color: rgb(250,225,229); }
H1.HeaderClassName
{
color: #FAE1E5;
}
.AnyTagClassName
{
color: #FAE1E5;
}
</style>
background-color css
<style>
a { background-color: #FAE1E5; }
a { background-color: rgb(250,225,229); }
div.DivClassName
{
background-color: #FAE1E5;
}
.BgClassName
{
background-color: #FAE1E5;
}
</style>
border-color css
<style>
span { border-color: #FAE1E5; }
span { border-color: rgb(250,225,229); }
td.TdClassName
{
border-color: #FAE1E5;
}
.TagClassName
{
border-color: #FAE1E5;
}
</style>