Shades of Selago #FEDFFD
Tints of Selago #FEDFFD
RGB
CMYK
RGB Variations
Color information
#FEDFFD (or 0xFEDFFD) is known color: Selago. HEX triplet: FE, DF and FD. RGB value is (254,223,253). Sum of RGB (Red+Green+Blue) = 254+223+253=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 223 (87.5% from 255 or 30.55% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFFD is #012002. Grayscale: #EBEBEB. Windows color (decimal): -73731 or 16637950. OLE color: 16637950.
HSL color Cylindrical-coordinate representation of color #FEDFFD: hue angle of 301.94º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFFD is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 253 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.00 |
| HSL | 301.94º | 0.94% | 0.94% | - |
| HSV(B) | 301.94º | 0.12% | 1% | - |
| XYZ | 84.99 | 80.94 | 104.07 | - |
| YUV | 235.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 253 | 0 | 0.12 | 0.00 | 0.00 | 301.94 | 0.94 | 0.94 |
| Hex | FE | DF | FD | 0 | C | 0 | 0 | 12E | 5E | 5E |
| Octal | 376 | 337 | 375 | 0 | 14 | 0 | 0 | 456 | 136 | 136 |
| Binary | 11111110 | 11011111 | 11111101 | 0 | 1100 | 0 | 0 | 100101110 | 1011110 | 1011110 |
Color Harmonies of #FEDFFD
Complementary color
Monochromatic Colors of #FEDFFD
Black with #FEDFFD
Text Example
Text Example
White with #FEDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFFD; }
p { color: rgb(254,223,253); }
H1.HeaderClassName
{
color: #FEDFFD;
}
.AnyTagClassName
{
color: #FEDFFD;
}
</style>
background-color css
<style>
a { background-color: #FEDFFD; }
a { background-color: rgb(254,223,253); }
div.DivClassName
{
background-color: #FEDFFD;
}
.BgClassName
{
background-color: #FEDFFD;
}
</style>
border-color css
<style>
span { border-color: #FEDFFD; }
span { border-color: rgb(254,223,253); }
td.TdClassName
{
border-color: #FEDFFD;
}
.TagClassName
{
border-color: #FEDFFD;
}
</style>