Shades of Selago #FEEAFB
Tints of Selago #FEEAFB
RGB
CMYK
RGB Variations
Color information
#FEEAFB (or 0xFEEAFB) is known color: Selago. HEX triplet: FE, EA and FB. RGB value is (254,234,251). Sum of RGB (Red+Green+Blue) = 254+234+251=739 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.37% from 739); Green value is 234 (91.80% from 255 or 31.66% from 739); Blue value is 251 (98.44% from 255 or 33.96% from 739); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAFB is #011504. Grayscale: #F1F1F1. Windows color (decimal): -70917 or 16509694. OLE color: 16509694.
HSL color Cylindrical-coordinate representation of color #FEEAFB: hue angle of 309º 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 #FEEAFB is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 251 | - |
CMYK | 0 | 0.08 | 0.01 | 0.00 |
HSL | 309º | 0.91% | 0.96% | - |
HSV(B) | 309º | 0.08% | 1% | - |
XYZ | 87.71 | 86.88 | 103.41 | - |
YUV | 241.92 | 133.13 | 136.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 251 | 0 | 0.08 | 0.01 | 0.00 | 309 | 0.91 | 0.96 |
Hex | FE | EA | FB | 0 | 8 | 1 | 0 | 135 | 5B | 60 |
Octal | 376 | 352 | 373 | 0 | 10 | 1 | 0 | 465 | 133 | 140 |
Binary | 11111110 | 11101010 | 11111011 | 0 | 1000 | 1 | 0 | 100110101 | 1011011 | 1100000 |
Color Harmonies of #FEEAFB
Complementary color
Monochromatic Colors of #FEEAFB
Black with #FEEAFB
Text Example
Text Example
White with #FEEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAFB; }
p { color: rgb(254,234,251); }
H1.HeaderClassName
{
color: #FEEAFB;
}
.AnyTagClassName
{
color: #FEEAFB;
}
</style>
background-color css
<style>
a { background-color: #FEEAFB; }
a { background-color: rgb(254,234,251); }
div.DivClassName
{
background-color: #FEEAFB;
}
.BgClassName
{
background-color: #FEEAFB;
}
</style>
border-color css
<style>
span { border-color: #FEEAFB; }
span { border-color: rgb(254,234,251); }
td.TdClassName
{
border-color: #FEEAFB;
}
.TagClassName
{
border-color: #FEEAFB;
}
</style>