Shades of Selago #FEEAFE
Tints of Selago #FEEAFE
RGB
CMYK
RGB Variations
Color information
#FEEAFE (or 0xFEEAFE) is known color: Selago. HEX triplet: FE, EA and FE. RGB value is (254,234,254). Sum of RGB (Red+Green+Blue) = 254+234+254=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 234 (91.80% from 255 or 31.54% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAFE is #011501. Grayscale: #F2F2F2. Windows color (decimal): -70914 or 16706302. OLE color: 16706302.
HSL color Cylindrical-coordinate representation of color #FEEAFE: hue angle of 300º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEEAFE is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 254 | - |
CMYK | 0 | 0.08 | 0 | 0.00 |
HSL | 300º | 0.91% | 0.96% | - |
HSV(B) | 300º | 0.08% | 1% | - |
XYZ | 88.19 | 87.07 | 105.92 | - |
YUV | 242.26 | 134.63 | 136.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 254 | 0 | 0.08 | 0 | 0.00 | 300 | 0.91 | 0.96 |
Hex | FE | EA | FE | 0 | 8 | 0 | 0 | 12C | 5B | 60 |
Octal | 376 | 352 | 376 | 0 | 10 | 0 | 0 | 454 | 133 | 140 |
Binary | 11111110 | 11101010 | 11111110 | 0 | 1000 | 0 | 0 | 100101100 | 1011011 | 1100000 |
Color Harmonies of #FEEAFE
Complementary color
Monochromatic Colors of #FEEAFE
Black with #FEEAFE
Text Example
Text Example
White with #FEEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAFE; }
p { color: rgb(254,234,254); }
H1.HeaderClassName
{
color: #FEEAFE;
}
.AnyTagClassName
{
color: #FEEAFE;
}
</style>
background-color css
<style>
a { background-color: #FEEAFE; }
a { background-color: rgb(254,234,254); }
div.DivClassName
{
background-color: #FEEAFE;
}
.BgClassName
{
background-color: #FEEAFE;
}
</style>
border-color css
<style>
span { border-color: #FEEAFE; }
span { border-color: rgb(254,234,254); }
td.TdClassName
{
border-color: #FEEAFE;
}
.TagClassName
{
border-color: #FEEAFE;
}
</style>