Shades of Selago #FAE4F5
Tints of Selago #FAE4F5
RGB
CMYK
RGB Variations
Color information
#FAE4F5 (or 0xFAE4F5) is known color: Selago. HEX triplet: FA, E4 and F5. RGB value is (250,228,245). Sum of RGB (Red+Green+Blue) = 250+228+245=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 228 (89.45% from 255 or 31.54% from 723); Blue value is 245 (96.09% from 255 or 33.89% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4F5 is #051B0A. Grayscale: #ECECEC. Windows color (decimal): -334603 or 16114938. OLE color: 16114938.
HSL color Cylindrical-coordinate representation of color #FAE4F5: hue angle of 313.64º 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 #FAE4F5 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 245 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.02 |
| HSL | 313.64º | 0.69% | 0.94% | - |
| HSV(B) | 313.64º | 0.09% | 0.98% | - |
| XYZ | 83.65 | 82.4 | 97.88 | - |
| YUV | 236.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 245 | 0 | 0.09 | 0.02 | 0.02 | 313.64 | 0.69 | 0.94 |
| Hex | FA | E4 | F5 | 0 | 9 | 2 | 2 | 13A | 45 | 5E |
| Octal | 372 | 344 | 365 | 0 | 11 | 2 | 2 | 472 | 105 | 136 |
| Binary | 11111010 | 11100100 | 11110101 | 0 | 1001 | 10 | 10 | 100111010 | 1000101 | 1011110 |
Color Harmonies of #FAE4F5
Complementary color
Monochromatic Colors of #FAE4F5
Black with #FAE4F5
Text Example
Text Example
White with #FAE4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4F5; }
p { color: rgb(250,228,245); }
H1.HeaderClassName
{
color: #FAE4F5;
}
.AnyTagClassName
{
color: #FAE4F5;
}
</style>
background-color css
<style>
a { background-color: #FAE4F5; }
a { background-color: rgb(250,228,245); }
div.DivClassName
{
background-color: #FAE4F5;
}
.BgClassName
{
background-color: #FAE4F5;
}
</style>
border-color css
<style>
span { border-color: #FAE4F5; }
span { border-color: rgb(250,228,245); }
td.TdClassName
{
border-color: #FAE4F5;
}
.TagClassName
{
border-color: #FAE4F5;
}
</style>