Shades of Pale Pink #FAE0E2
Tints of Pale Pink #FAE0E2
RGB
CMYK
RGB Variations
Color information
#FAE0E2 (or 0xFAE0E2) is known color: Pale Pink. HEX triplet: FA, E0 and E2. RGB value is (250,224,226). Sum of RGB (Red+Green+Blue) = 250+224+226=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0E2 is #051F1D. Grayscale: #E8E8E8. Windows color (decimal): -335646 or 14868730. OLE color: 14868730.
HSL color Cylindrical-coordinate representation of color #FAE0E2: hue angle of 355.38º degrees, saturation: 0.72, 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 #FAE0E2 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 226 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.02 |
| HSL | 355.38º | 0.72% | 0.93% | - |
| HSV(B) | 355.38º | 0.1% | 0.98% | - |
| XYZ | 79.81 | 79.13 | 83.02 | - |
| YUV | 232 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 226 | 0 | 0.10 | 0.10 | 0.02 | 355.38 | 0.72 | 0.93 |
| Hex | FA | E0 | E2 | 0 | A | A | 2 | 163 | 48 | 5D |
| Octal | 372 | 340 | 342 | 0 | 12 | 12 | 2 | 543 | 110 | 135 |
| Binary | 11111010 | 11100000 | 11100010 | 0 | 1010 | 1010 | 10 | 101100011 | 1001000 | 1011101 |
Color Harmonies of #FAE0E2
Complementary color
Monochromatic Colors of #FAE0E2
Black with #FAE0E2
Text Example
Text Example
White with #FAE0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0E2; }
p { color: rgb(250,224,226); }
H1.HeaderClassName
{
color: #FAE0E2;
}
.AnyTagClassName
{
color: #FAE0E2;
}
</style>
background-color css
<style>
a { background-color: #FAE0E2; }
a { background-color: rgb(250,224,226); }
div.DivClassName
{
background-color: #FAE0E2;
}
.BgClassName
{
background-color: #FAE0E2;
}
</style>
border-color css
<style>
span { border-color: #FAE0E2; }
span { border-color: rgb(250,224,226); }
td.TdClassName
{
border-color: #FAE0E2;
}
.TagClassName
{
border-color: #FAE0E2;
}
</style>