Shades of Selago #FED4FF
Tints of Selago #FED4FF
RGB
CMYK
RGB Variations
Color information
#FED4FF (or 0xFED4FF) is known color: Selago. HEX triplet: FE, D4 and FF. RGB value is (254,212,255). Sum of RGB (Red+Green+Blue) = 254+212+255=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 212 (83.20% from 255 or 29.40% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #FED4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4FF is #012B00. Grayscale: #E5E5E5. Windows color (decimal): -76545 or 16766206. OLE color: 16766206.
HSL color Cylindrical-coordinate representation of color #FED4FF: hue angle of 298.6º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4FF is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 212 | 255 | - |
| CMYK | 0.00 | 0.17 | 0 | 0 |
| HSL | 298.6º | 1% | 0.92% | - |
| HSV(B) | 298.6º | 0.17% | 1% | - |
| XYZ | 82.47 | 75.38 | 104.81 | - |
| YUV | 229.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 255 | 0.00 | 0.17 | 0 | 0 | 298.6 | 1 | 0.92 |
| Hex | FE | D4 | FF | 0 | 11 | 0 | 0 | 12B | 64 | 5C |
| Octal | 376 | 324 | 377 | 0 | 21 | 0 | 0 | 453 | 144 | 134 |
| Binary | 11111110 | 11010100 | 11111111 | 0 | 10001 | 0 | 0 | 100101011 | 1100100 | 1011100 |
Color Harmonies of #FED4FF
Complementary color
Monochromatic Colors of #FED4FF
Black with #FED4FF
Text Example
Text Example
White with #FED4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4FF; }
p { color: rgb(254,212,255); }
H1.HeaderClassName
{
color: #FED4FF;
}
.AnyTagClassName
{
color: #FED4FF;
}
</style>
background-color css
<style>
a { background-color: #FED4FF; }
a { background-color: rgb(254,212,255); }
div.DivClassName
{
background-color: #FED4FF;
}
.BgClassName
{
background-color: #FED4FF;
}
</style>
border-color css
<style>
span { border-color: #FED4FF; }
span { border-color: rgb(254,212,255); }
td.TdClassName
{
border-color: #FED4FF;
}
.TagClassName
{
border-color: #FED4FF;
}
</style>