Shades of Carousel Pink #FAE4E6
Tints of Carousel Pink #FAE4E6
RGB
CMYK
RGB Variations
Color information
#FAE4E6 (or 0xFAE4E6) is known color: Carousel Pink. HEX triplet: FA, E4 and E6. RGB value is (250,228,230). Sum of RGB (Red+Green+Blue) = 250+228+230=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 228 (89.45% from 255 or 32.20% from 708); Blue value is 230 (90.23% from 255 or 32.49% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4E6 is #051B19. Grayscale: #EAEAEA. Windows color (decimal): -334618 or 15131898. OLE color: 15131898.
HSL color Cylindrical-coordinate representation of color #FAE4E6: hue angle of 354.55º 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 #FAE4E6 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 230 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.02 |
| HSL | 354.55º | 0.69% | 0.94% | - |
| HSV(B) | 354.55º | 0.09% | 0.98% | - |
| XYZ | 81.45 | 81.52 | 86.31 | - |
| YUV | 234.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 230 | 0 | 0.09 | 0.08 | 0.02 | 354.55 | 0.69 | 0.94 |
| Hex | FA | E4 | E6 | 0 | 9 | 8 | 2 | 163 | 45 | 5E |
| Octal | 372 | 344 | 346 | 0 | 11 | 10 | 2 | 543 | 105 | 136 |
| Binary | 11111010 | 11100100 | 11100110 | 0 | 1001 | 1000 | 10 | 101100011 | 1000101 | 1011110 |
Color Harmonies of #FAE4E6
Complementary color
Monochromatic Colors of #FAE4E6
Black with #FAE4E6
Text Example
Text Example
White with #FAE4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4E6; }
p { color: rgb(250,228,230); }
H1.HeaderClassName
{
color: #FAE4E6;
}
.AnyTagClassName
{
color: #FAE4E6;
}
</style>
background-color css
<style>
a { background-color: #FAE4E6; }
a { background-color: rgb(250,228,230); }
div.DivClassName
{
background-color: #FAE4E6;
}
.BgClassName
{
background-color: #FAE4E6;
}
</style>
border-color css
<style>
span { border-color: #FAE4E6; }
span { border-color: rgb(250,228,230); }
td.TdClassName
{
border-color: #FAE4E6;
}
.TagClassName
{
border-color: #FAE4E6;
}
</style>