Shades of Selago #FFDFFE
Tints of Selago #FFDFFE
RGB
CMYK
RGB Variations
Color information
#FFDFFE (or 0xFFDFFE) is known color: Selago. HEX triplet: FF, DF and FE. RGB value is (255,223,254). Sum of RGB (Red+Green+Blue) = 255+223+254=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 223 (87.5% from 255 or 30.46% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFFE is #002001. Grayscale: #ECECEC. Windows color (decimal): -8194 or 16703487. OLE color: 16703487.
HSL color Cylindrical-coordinate representation of color #FFDFFE: hue angle of 301.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFFE is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 254 | - |
| CMYK | 0 | 0.13 | 0.00 | 0 |
| HSL | 301.88º | 1% | 0.94% | - |
| HSV(B) | 301.88º | 0.13% | 1% | - |
| XYZ | 85.52 | 81.19 | 104.93 | - |
| YUV | 236.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 254 | 0 | 0.13 | 0.00 | 0 | 301.88 | 1 | 0.94 |
| Hex | FF | DF | FE | 0 | D | 0 | 0 | 12E | 64 | 5E |
| Octal | 377 | 337 | 376 | 0 | 15 | 0 | 0 | 456 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11111110 | 0 | 1101 | 0 | 0 | 100101110 | 1100100 | 1011110 |
Color Harmonies of #FFDFFE
Complementary color
Monochromatic Colors of #FFDFFE
Black with #FFDFFE
Text Example
Text Example
White with #FFDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFFE; }
p { color: rgb(255,223,254); }
H1.HeaderClassName
{
color: #FFDFFE;
}
.AnyTagClassName
{
color: #FFDFFE;
}
</style>
background-color css
<style>
a { background-color: #FFDFFE; }
a { background-color: rgb(255,223,254); }
div.DivClassName
{
background-color: #FFDFFE;
}
.BgClassName
{
background-color: #FFDFFE;
}
</style>
border-color css
<style>
span { border-color: #FFDFFE; }
span { border-color: rgb(255,223,254); }
td.TdClassName
{
border-color: #FFDFFE;
}
.TagClassName
{
border-color: #FFDFFE;
}
</style>