Shades of Selago #FEDAFE
Tints of Selago #FEDAFE
RGB
CMYK
RGB Variations
Color information
#FEDAFE (or 0xFEDAFE) is known color: Selago. HEX triplet: FE, DA and FE. RGB value is (254,218,254). Sum of RGB (Red+Green+Blue) = 254+218+254=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 218 (85.55% from 255 or 30.03% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAFE is #012501. Grayscale: #E8E8E8. Windows color (decimal): -75010 or 16702206. OLE color: 16702206.
HSL color Cylindrical-coordinate representation of color #FEDAFE: hue angle of 300º 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 #FEDAFE is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 218 | 254 | - |
CMYK | 0 | 0.14 | 0 | 0.00 |
HSL | 300º | 0.95% | 0.93% | - |
HSV(B) | 300º | 0.14% | 1% | - |
XYZ | 83.83 | 78.37 | 104.47 | - |
YUV | 232.87 | 139.93 | 143.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 218 | 254 | 0 | 0.14 | 0 | 0.00 | 300 | 0.95 | 0.93 |
Hex | FE | DA | FE | 0 | E | 0 | 0 | 12C | 5F | 5D |
Octal | 376 | 332 | 376 | 0 | 16 | 0 | 0 | 454 | 137 | 135 |
Binary | 11111110 | 11011010 | 11111110 | 0 | 1110 | 0 | 0 | 100101100 | 1011111 | 1011101 |
Color Harmonies of #FEDAFE
Complementary color
Monochromatic Colors of #FEDAFE
Black with #FEDAFE
Text Example
Text Example
White with #FEDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAFE; }
p { color: rgb(254,218,254); }
H1.HeaderClassName
{
color: #FEDAFE;
}
.AnyTagClassName
{
color: #FEDAFE;
}
</style>
background-color css
<style>
a { background-color: #FEDAFE; }
a { background-color: rgb(254,218,254); }
div.DivClassName
{
background-color: #FEDAFE;
}
.BgClassName
{
background-color: #FEDAFE;
}
</style>
border-color css
<style>
span { border-color: #FEDAFE; }
span { border-color: rgb(254,218,254); }
td.TdClassName
{
border-color: #FEDAFE;
}
.TagClassName
{
border-color: #FEDAFE;
}
</style>