Shades of Selago #FAE3F5
Tints of Selago #FAE3F5
RGB
CMYK
RGB Variations
Color information
#FAE3F5 (or 0xFAE3F5) is known color: Selago. HEX triplet: FA, E3 and F5. RGB value is (250,227,245). Sum of RGB (Red+Green+Blue) = 250+227+245=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 227 (89.06% from 255 or 31.44% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3F5 is #051C0A. Grayscale: #EBEBEB. Windows color (decimal): -334859 or 16114682. OLE color: 16114682.
HSL color Cylindrical-coordinate representation of color #FAE3F5: hue angle of 313.04º 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 #FAE3F5 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 245 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.02 |
| HSL | 313.04º | 0.7% | 0.94% | - |
| HSV(B) | 313.04º | 0.09% | 0.98% | - |
| XYZ | 83.37 | 81.85 | 97.79 | - |
| YUV | 235.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 245 | 0 | 0.09 | 0.02 | 0.02 | 313.04 | 0.7 | 0.94 |
| Hex | FA | E3 | F5 | 0 | 9 | 2 | 2 | 139 | 46 | 5E |
| Octal | 372 | 343 | 365 | 0 | 11 | 2 | 2 | 471 | 106 | 136 |
| Binary | 11111010 | 11100011 | 11110101 | 0 | 1001 | 10 | 10 | 100111001 | 1000110 | 1011110 |
Color Harmonies of #FAE3F5
Complementary color
Monochromatic Colors of #FAE3F5
Black with #FAE3F5
Text Example
Text Example
White with #FAE3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3F5; }
p { color: rgb(250,227,245); }
H1.HeaderClassName
{
color: #FAE3F5;
}
.AnyTagClassName
{
color: #FAE3F5;
}
</style>
background-color css
<style>
a { background-color: #FAE3F5; }
a { background-color: rgb(250,227,245); }
div.DivClassName
{
background-color: #FAE3F5;
}
.BgClassName
{
background-color: #FAE3F5;
}
</style>
border-color css
<style>
span { border-color: #FAE3F5; }
span { border-color: rgb(250,227,245); }
td.TdClassName
{
border-color: #FAE3F5;
}
.TagClassName
{
border-color: #FAE3F5;
}
</style>