Shades of Selago #FEDAFA
Tints of Selago #FEDAFA
RGB
CMYK
RGB Variations
Color information
#FEDAFA (or 0xFEDAFA) is known color: Selago. HEX triplet: FE, DA and FA. RGB value is (254,218,250). Sum of RGB (Red+Green+Blue) = 254+218+250=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAFA is #012505. Grayscale: #E8E8E8. Windows color (decimal): -75014 or 16440062. OLE color: 16440062.
HSL color Cylindrical-coordinate representation of color #FEDAFA: hue angle of 306.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 #FEDAFA is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 250 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.00 |
| HSL | 306.67º | 0.95% | 0.93% | - |
| HSV(B) | 306.67º | 0.14% | 1% | - |
| XYZ | 83.2 | 78.12 | 101.14 | - |
| YUV | 232.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 250 | 0 | 0.14 | 0.02 | 0.00 | 306.67 | 0.95 | 0.93 |
| Hex | FE | DA | FA | 0 | E | 2 | 0 | 133 | 5F | 5D |
| Octal | 376 | 332 | 372 | 0 | 16 | 2 | 0 | 463 | 137 | 135 |
| Binary | 11111110 | 11011010 | 11111010 | 0 | 1110 | 10 | 0 | 100110011 | 1011111 | 1011101 |
Color Harmonies of #FEDAFA
Complementary color
Monochromatic Colors of #FEDAFA
Black with #FEDAFA
Text Example
Text Example
White with #FEDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAFA; }
p { color: rgb(254,218,250); }
H1.HeaderClassName
{
color: #FEDAFA;
}
.AnyTagClassName
{
color: #FEDAFA;
}
</style>
background-color css
<style>
a { background-color: #FEDAFA; }
a { background-color: rgb(254,218,250); }
div.DivClassName
{
background-color: #FEDAFA;
}
.BgClassName
{
background-color: #FEDAFA;
}
</style>
border-color css
<style>
span { border-color: #FEDAFA; }
span { border-color: rgb(254,218,250); }
td.TdClassName
{
border-color: #FEDAFA;
}
.TagClassName
{
border-color: #FEDAFA;
}
</style>