Shades of Selago #FEEAFF
Tints of Selago #FEEAFF
RGB
CMYK
RGB Variations
Color information
#FEEAFF (or 0xFEEAFF) is known color: Selago. HEX triplet: FE, EA and FF. RGB value is (254,234,255). Sum of RGB (Red+Green+Blue) = 254+234+255=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 234 (91.80% from 255 or 31.49% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAFF is #011500. Grayscale: #F2F2F2. Windows color (decimal): -70913 or 16771838. OLE color: 16771838.
HSL color Cylindrical-coordinate representation of color #FEEAFF: hue angle of 297.14º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEEAFF is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 234 | 255 | - |
| CMYK | 0.00 | 0.08 | 0 | 0 |
| HSL | 297.14º | 1% | 0.96% | - |
| HSV(B) | 297.14º | 0.08% | 1% | - |
| XYZ | 88.35 | 87.14 | 106.77 | - |
| YUV | 242.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 255 | 0.00 | 0.08 | 0 | 0 | 297.14 | 1 | 0.96 |
| Hex | FE | EA | FF | 0 | 8 | 0 | 0 | 129 | 64 | 60 |
| Octal | 376 | 352 | 377 | 0 | 10 | 0 | 0 | 451 | 144 | 140 |
| Binary | 11111110 | 11101010 | 11111111 | 0 | 1000 | 0 | 0 | 100101001 | 1100100 | 1100000 |
Color Harmonies of #FEEAFF
Complementary color
Monochromatic Colors of #FEEAFF
Black with #FEEAFF
Text Example
Text Example
White with #FEEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAFF; }
p { color: rgb(254,234,255); }
H1.HeaderClassName
{
color: #FEEAFF;
}
.AnyTagClassName
{
color: #FEEAFF;
}
</style>
background-color css
<style>
a { background-color: #FEEAFF; }
a { background-color: rgb(254,234,255); }
div.DivClassName
{
background-color: #FEEAFF;
}
.BgClassName
{
background-color: #FEEAFF;
}
</style>
border-color css
<style>
span { border-color: #FEEAFF; }
span { border-color: rgb(254,234,255); }
td.TdClassName
{
border-color: #FEEAFF;
}
.TagClassName
{
border-color: #FEEAFF;
}
</style>