Shades of Selago #FEDAFF
Tints of Selago #FEDAFF
RGB
CMYK
RGB Variations
Color information
#FEDAFF (or 0xFEDAFF) is known color: Selago. HEX triplet: FE, DA and FF. RGB value is (254,218,255). Sum of RGB (Red+Green+Blue) = 254+218+255=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 218 (85.55% from 255 or 29.99% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAFF is #012500. Grayscale: #E8E8E8. Windows color (decimal): -75009 or 16767742. OLE color: 16767742.
HSL color Cylindrical-coordinate representation of color #FEDAFF: hue angle of 298.38º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEDAFF is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 218 | 255 | - |
| CMYK | 0.00 | 0.15 | 0 | 0 |
| HSL | 298.38º | 1% | 0.93% | - |
| HSV(B) | 298.38º | 0.15% | 1% | - |
| XYZ | 83.99 | 78.43 | 105.32 | - |
| YUV | 232.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 255 | 0.00 | 0.15 | 0 | 0 | 298.38 | 1 | 0.93 |
| Hex | FE | DA | FF | 0 | F | 0 | 0 | 12A | 64 | 5D |
| Octal | 376 | 332 | 377 | 0 | 17 | 0 | 0 | 452 | 144 | 135 |
| Binary | 11111110 | 11011010 | 11111111 | 0 | 1111 | 0 | 0 | 100101010 | 1100100 | 1011101 |
Color Harmonies of #FEDAFF
Complementary color
Monochromatic Colors of #FEDAFF
Black with #FEDAFF
Text Example
Text Example
White with #FEDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAFF; }
p { color: rgb(254,218,255); }
H1.HeaderClassName
{
color: #FEDAFF;
}
.AnyTagClassName
{
color: #FEDAFF;
}
</style>
background-color css
<style>
a { background-color: #FEDAFF; }
a { background-color: rgb(254,218,255); }
div.DivClassName
{
background-color: #FEDAFF;
}
.BgClassName
{
background-color: #FEDAFF;
}
</style>
border-color css
<style>
span { border-color: #FEDAFF; }
span { border-color: rgb(254,218,255); }
td.TdClassName
{
border-color: #FEDAFF;
}
.TagClassName
{
border-color: #FEDAFF;
}
</style>