Shades of Carousel Pink #FAE1E4
Tints of Carousel Pink #FAE1E4
RGB
CMYK
RGB Variations
Color information
#FAE1E4 (or 0xFAE1E4) is known color: Carousel Pink. HEX triplet: FA, E1 and E4. RGB value is (250,225,228). Sum of RGB (Red+Green+Blue) = 250+225+228=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 225 (88.28% from 255 or 32.01% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1E4 is #051E1B. Grayscale: #E8E8E8. Windows color (decimal): -335388 or 15000058. OLE color: 15000058.
HSL color Cylindrical-coordinate representation of color #FAE1E4: hue angle of 352.8º 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 #FAE1E4 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 228 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.02 |
| HSL | 352.8º | 0.71% | 0.93% | - |
| HSV(B) | 352.8º | 0.1% | 0.98% | - |
| XYZ | 80.35 | 79.78 | 84.56 | - |
| YUV | 232.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 228 | 0 | 0.10 | 0.09 | 0.02 | 352.8 | 0.71 | 0.93 |
| Hex | FA | E1 | E4 | 0 | A | 9 | 2 | 161 | 47 | 5D |
| Octal | 372 | 341 | 344 | 0 | 12 | 11 | 2 | 541 | 107 | 135 |
| Binary | 11111010 | 11100001 | 11100100 | 0 | 1010 | 1001 | 10 | 101100001 | 1000111 | 1011101 |
Color Harmonies of #FAE1E4
Complementary color
Monochromatic Colors of #FAE1E4
Black with #FAE1E4
Text Example
Text Example
White with #FAE1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1E4; }
p { color: rgb(250,225,228); }
H1.HeaderClassName
{
color: #FAE1E4;
}
.AnyTagClassName
{
color: #FAE1E4;
}
</style>
background-color css
<style>
a { background-color: #FAE1E4; }
a { background-color: rgb(250,225,228); }
div.DivClassName
{
background-color: #FAE1E4;
}
.BgClassName
{
background-color: #FAE1E4;
}
</style>
border-color css
<style>
span { border-color: #FAE1E4; }
span { border-color: rgb(250,225,228); }
td.TdClassName
{
border-color: #FAE1E4;
}
.TagClassName
{
border-color: #FAE1E4;
}
</style>