Shades of Selago #FEDAFD
Tints of Selago #FEDAFD
RGB
CMYK
RGB Variations
Color information
#FEDAFD (or 0xFEDAFD) is known color: Selago. HEX triplet: FE, DA and FD. RGB value is (254,218,253). Sum of RGB (Red+Green+Blue) = 254+218+253=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 218 (85.55% from 255 or 30.07% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAFD is #012502. Grayscale: #E8E8E8. Windows color (decimal): -75011 or 16636670. OLE color: 16636670.
HSL color Cylindrical-coordinate representation of color #FEDAFD: hue angle of 301.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDAFD is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 253 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.00 |
| HSL | 301.67º | 0.95% | 0.93% | - |
| HSV(B) | 301.67º | 0.14% | 1% | - |
| XYZ | 83.67 | 78.31 | 103.63 | - |
| YUV | 232.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 253 | 0 | 0.14 | 0.00 | 0.00 | 301.67 | 0.95 | 0.93 |
| Hex | FE | DA | FD | 0 | E | 0 | 0 | 12E | 5F | 5D |
| Octal | 376 | 332 | 375 | 0 | 16 | 0 | 0 | 456 | 137 | 135 |
| Binary | 11111110 | 11011010 | 11111101 | 0 | 1110 | 0 | 0 | 100101110 | 1011111 | 1011101 |
Color Harmonies of #FEDAFD
Complementary color
Monochromatic Colors of #FEDAFD
Black with #FEDAFD
Text Example
Text Example
White with #FEDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAFD; }
p { color: rgb(254,218,253); }
H1.HeaderClassName
{
color: #FEDAFD;
}
.AnyTagClassName
{
color: #FEDAFD;
}
</style>
background-color css
<style>
a { background-color: #FEDAFD; }
a { background-color: rgb(254,218,253); }
div.DivClassName
{
background-color: #FEDAFD;
}
.BgClassName
{
background-color: #FEDAFD;
}
</style>
border-color css
<style>
span { border-color: #FEDAFD; }
span { border-color: rgb(254,218,253); }
td.TdClassName
{
border-color: #FEDAFD;
}
.TagClassName
{
border-color: #FEDAFD;
}
</style>