Shades of Carousel Pink #FAE4E7
Tints of Carousel Pink #FAE4E7
RGB
CMYK
RGB Variations
Color information
#FAE4E7 (or 0xFAE4E7) is known color: Carousel Pink. HEX triplet: FA, E4 and E7. RGB value is (250,228,231). Sum of RGB (Red+Green+Blue) = 250+228+231=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 231 (90.62% from 255 or 32.58% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4E7 is #051B18. Grayscale: #EAEAEA. Windows color (decimal): -334617 or 15197434. OLE color: 15197434.
HSL color Cylindrical-coordinate representation of color #FAE4E7: hue angle of 351.82º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE4E7 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 231 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.02 |
| HSL | 351.82º | 0.69% | 0.94% | - |
| HSV(B) | 351.82º | 0.09% | 0.98% | - |
| XYZ | 81.59 | 81.58 | 87.05 | - |
| YUV | 234.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 231 | 0 | 0.09 | 0.08 | 0.02 | 351.82 | 0.69 | 0.94 |
| Hex | FA | E4 | E7 | 0 | 9 | 8 | 2 | 160 | 45 | 5E |
| Octal | 372 | 344 | 347 | 0 | 11 | 10 | 2 | 540 | 105 | 136 |
| Binary | 11111010 | 11100100 | 11100111 | 0 | 1001 | 1000 | 10 | 101100000 | 1000101 | 1011110 |
Color Harmonies of #FAE4E7
Complementary color
Monochromatic Colors of #FAE4E7
Black with #FAE4E7
Text Example
Text Example
White with #FAE4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4E7; }
p { color: rgb(250,228,231); }
H1.HeaderClassName
{
color: #FAE4E7;
}
.AnyTagClassName
{
color: #FAE4E7;
}
</style>
background-color css
<style>
a { background-color: #FAE4E7; }
a { background-color: rgb(250,228,231); }
div.DivClassName
{
background-color: #FAE4E7;
}
.BgClassName
{
background-color: #FAE4E7;
}
</style>
border-color css
<style>
span { border-color: #FAE4E7; }
span { border-color: rgb(250,228,231); }
td.TdClassName
{
border-color: #FAE4E7;
}
.TagClassName
{
border-color: #FAE4E7;
}
</style>