Shades of Selago #FEDDFF
Tints of Selago #FEDDFF
RGB
CMYK
RGB Variations
Color information
#FEDDFF (or 0xFEDDFF) is known color: Selago. HEX triplet: FE, DD and FF. RGB value is (254,221,255). Sum of RGB (Red+Green+Blue) = 254+221+255=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 221 (86.72% from 255 or 30.27% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDFF is #012200. Grayscale: #EAEAEA. Windows color (decimal): -74241 or 16768510. OLE color: 16768510.
HSL color Cylindrical-coordinate representation of color #FEDDFF: hue angle of 298.24º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDDFF is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 221 | 255 | - |
| CMYK | 0.00 | 0.13 | 0 | 0 |
| HSL | 298.24º | 1% | 0.93% | - |
| HSV(B) | 298.24º | 0.13% | 1% | - |
| XYZ | 84.78 | 80 | 105.58 | - |
| YUV | 234.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 255 | 0.00 | 0.13 | 0 | 0 | 298.24 | 1 | 0.93 |
| Hex | FE | DD | FF | 0 | D | 0 | 0 | 12A | 64 | 5D |
| Octal | 376 | 335 | 377 | 0 | 15 | 0 | 0 | 452 | 144 | 135 |
| Binary | 11111110 | 11011101 | 11111111 | 0 | 1101 | 0 | 0 | 100101010 | 1100100 | 1011101 |
Color Harmonies of #FEDDFF
Complementary color
Monochromatic Colors of #FEDDFF
Black with #FEDDFF
Text Example
Text Example
White with #FEDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDFF; }
p { color: rgb(254,221,255); }
H1.HeaderClassName
{
color: #FEDDFF;
}
.AnyTagClassName
{
color: #FEDDFF;
}
</style>
background-color css
<style>
a { background-color: #FEDDFF; }
a { background-color: rgb(254,221,255); }
div.DivClassName
{
background-color: #FEDDFF;
}
.BgClassName
{
background-color: #FEDDFF;
}
</style>
border-color css
<style>
span { border-color: #FEDDFF; }
span { border-color: rgb(254,221,255); }
td.TdClassName
{
border-color: #FEDDFF;
}
.TagClassName
{
border-color: #FEDDFF;
}
</style>