Shades of Selago #FEDAFB
Tints of Selago #FEDAFB
RGB
CMYK
RGB Variations
Color information
#FEDAFB (or 0xFEDAFB) is known color: Selago. HEX triplet: FE, DA and FB. RGB value is (254,218,251). Sum of RGB (Red+Green+Blue) = 254+218+251=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 218 (85.55% from 255 or 30.15% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAFB is #012504. Grayscale: #E8E8E8. Windows color (decimal): -75013 or 16505598. OLE color: 16505598.
HSL color Cylindrical-coordinate representation of color #FEDAFB: hue angle of 305º 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 #FEDAFB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 218 | 251 | - |
CMYK | 0 | 0.14 | 0.01 | 0.00 |
HSL | 305º | 0.95% | 0.93% | - |
HSV(B) | 305º | 0.14% | 1% | - |
XYZ | 83.36 | 78.18 | 101.96 | - |
YUV | 232.53 | 138.43 | 143.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 218 | 251 | 0 | 0.14 | 0.01 | 0.00 | 305 | 0.95 | 0.93 |
Hex | FE | DA | FB | 0 | E | 1 | 0 | 131 | 5F | 5D |
Octal | 376 | 332 | 373 | 0 | 16 | 1 | 0 | 461 | 137 | 135 |
Binary | 11111110 | 11011010 | 11111011 | 0 | 1110 | 1 | 0 | 100110001 | 1011111 | 1011101 |
Color Harmonies of #FEDAFB
Complementary color
Monochromatic Colors of #FEDAFB
Black with #FEDAFB
Text Example
Text Example
White with #FEDAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAFB; }
p { color: rgb(254,218,251); }
H1.HeaderClassName
{
color: #FEDAFB;
}
.AnyTagClassName
{
color: #FEDAFB;
}
</style>
background-color css
<style>
a { background-color: #FEDAFB; }
a { background-color: rgb(254,218,251); }
div.DivClassName
{
background-color: #FEDAFB;
}
.BgClassName
{
background-color: #FEDAFB;
}
</style>
border-color css
<style>
span { border-color: #FEDAFB; }
span { border-color: rgb(254,218,251); }
td.TdClassName
{
border-color: #FEDAFB;
}
.TagClassName
{
border-color: #FEDAFB;
}
</style>