Shades of Selago #FEDAFC
Tints of Selago #FEDAFC
RGB
CMYK
RGB Variations
Color information
#FEDAFC (or 0xFEDAFC) is known color: Selago. HEX triplet: FE, DA and FC. RGB value is (254,218,252). Sum of RGB (Red+Green+Blue) = 254+218+252=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 218 (85.55% from 255 or 30.11% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAFC is #012503. Grayscale: #E8E8E8. Windows color (decimal): -75012 or 16571134. OLE color: 16571134.
HSL color Cylindrical-coordinate representation of color #FEDAFC: hue angle of 303.33º 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 #FEDAFC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 252 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.00 |
| HSL | 303.33º | 0.95% | 0.93% | - |
| HSV(B) | 303.33º | 0.14% | 1% | - |
| XYZ | 83.52 | 78.24 | 102.8 | - |
| YUV | 232.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 252 | 0 | 0.14 | 0.01 | 0.00 | 303.33 | 0.95 | 0.93 |
| Hex | FE | DA | FC | 0 | E | 1 | 0 | 12F | 5F | 5D |
| Octal | 376 | 332 | 374 | 0 | 16 | 1 | 0 | 457 | 137 | 135 |
| Binary | 11111110 | 11011010 | 11111100 | 0 | 1110 | 1 | 0 | 100101111 | 1011111 | 1011101 |
Color Harmonies of #FEDAFC
Complementary color
Monochromatic Colors of #FEDAFC
Black with #FEDAFC
Text Example
Text Example
White with #FEDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAFC; }
p { color: rgb(254,218,252); }
H1.HeaderClassName
{
color: #FEDAFC;
}
.AnyTagClassName
{
color: #FEDAFC;
}
</style>
background-color css
<style>
a { background-color: #FEDAFC; }
a { background-color: rgb(254,218,252); }
div.DivClassName
{
background-color: #FEDAFC;
}
.BgClassName
{
background-color: #FEDAFC;
}
</style>
border-color css
<style>
span { border-color: #FEDAFC; }
span { border-color: rgb(254,218,252); }
td.TdClassName
{
border-color: #FEDAFC;
}
.TagClassName
{
border-color: #FEDAFC;
}
</style>