Shades of Selago #FAEAFA
Tints of Selago #FAEAFA
RGB
CMYK
RGB Variations
Color information
#FAEAFA (or 0xFAEAFA) is known color: Selago. HEX triplet: FA, EA and FA. RGB value is (250,234,250). Sum of RGB (Red+Green+Blue) = 250+234+250=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 234 (91.80% from 255 or 31.88% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAFA is #051505. Grayscale: #F0F0F0. Windows color (decimal): -333062 or 16444154. OLE color: 16444154.
HSL color Cylindrical-coordinate representation of color #FAEAFA: hue angle of 300º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEAFA is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 234 | 250 | - |
CMYK | 0 | 0.06 | 0 | 0.02 |
HSL | 300º | 0.62% | 0.95% | - |
HSV(B) | 300º | 0.06% | 0.98% | - |
XYZ | 86.1 | 86.07 | 102.52 | - |
YUV | 240.61 | 133.3 | 134.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 234 | 250 | 0 | 0.06 | 0 | 0.02 | 300 | 0.62 | 0.95 |
Hex | FA | EA | FA | 0 | 6 | 0 | 2 | 12C | 3E | 5F |
Octal | 372 | 352 | 372 | 0 | 6 | 0 | 2 | 454 | 76 | 137 |
Binary | 11111010 | 11101010 | 11111010 | 0 | 110 | 0 | 10 | 100101100 | 111110 | 1011111 |
Color Harmonies of #FAEAFA
Complementary color
Monochromatic Colors of #FAEAFA
Black with #FAEAFA
Text Example
Text Example
White with #FAEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAFA; }
p { color: rgb(250,234,250); }
H1.HeaderClassName
{
color: #FAEAFA;
}
.AnyTagClassName
{
color: #FAEAFA;
}
</style>
background-color css
<style>
a { background-color: #FAEAFA; }
a { background-color: rgb(250,234,250); }
div.DivClassName
{
background-color: #FAEAFA;
}
.BgClassName
{
background-color: #FAEAFA;
}
</style>
border-color css
<style>
span { border-color: #FAEAFA; }
span { border-color: rgb(250,234,250); }
td.TdClassName
{
border-color: #FAEAFA;
}
.TagClassName
{
border-color: #FAEAFA;
}
</style>