Shades of Pale Pink #FAE3E4
Tints of Pale Pink #FAE3E4
RGB
CMYK
RGB Variations
Color information
#FAE3E4 (or 0xFAE3E4) is known color: Pale Pink. HEX triplet: FA, E3 and E4. RGB value is (250,227,228). Sum of RGB (Red+Green+Blue) = 250+227+228=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 227 (89.06% from 255 or 32.20% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3E4 is #051C1B. Grayscale: #EAEAEA. Windows color (decimal): -334876 or 15000570. OLE color: 15000570.
HSL color Cylindrical-coordinate representation of color #FAE3E4: hue angle of 357.39º degrees, saturation: 0.7, 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 #FAE3E4 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 228 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.02 |
| HSL | 357.39º | 0.7% | 0.94% | - |
| HSV(B) | 357.39º | 0.09% | 0.98% | - |
| XYZ | 80.9 | 80.86 | 84.74 | - |
| YUV | 233.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 228 | 0 | 0.09 | 0.09 | 0.02 | 357.39 | 0.7 | 0.94 |
| Hex | FA | E3 | E4 | 0 | 9 | 9 | 2 | 165 | 46 | 5E |
| Octal | 372 | 343 | 344 | 0 | 11 | 11 | 2 | 545 | 106 | 136 |
| Binary | 11111010 | 11100011 | 11100100 | 0 | 1001 | 1001 | 10 | 101100101 | 1000110 | 1011110 |
Color Harmonies of #FAE3E4
Complementary color
Monochromatic Colors of #FAE3E4
Black with #FAE3E4
Text Example
Text Example
White with #FAE3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3E4; }
p { color: rgb(250,227,228); }
H1.HeaderClassName
{
color: #FAE3E4;
}
.AnyTagClassName
{
color: #FAE3E4;
}
</style>
background-color css
<style>
a { background-color: #FAE3E4; }
a { background-color: rgb(250,227,228); }
div.DivClassName
{
background-color: #FAE3E4;
}
.BgClassName
{
background-color: #FAE3E4;
}
</style>
border-color css
<style>
span { border-color: #FAE3E4; }
span { border-color: rgb(250,227,228); }
td.TdClassName
{
border-color: #FAE3E4;
}
.TagClassName
{
border-color: #FAE3E4;
}
</style>