Shades of Selago #FEDBFC
Tints of Selago #FEDBFC
RGB
CMYK
RGB Variations
Color information
#FEDBFC (or 0xFEDBFC) is known color: Selago. HEX triplet: FE, DB and FC. RGB value is (254,219,252). Sum of RGB (Red+Green+Blue) = 254+219+252=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 219 (85.94% from 255 or 30.21% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBFC is #012403. Grayscale: #E9E9E9. Windows color (decimal): -74756 or 16571390. OLE color: 16571390.
HSL color Cylindrical-coordinate representation of color #FEDBFC: hue angle of 303.43º 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 #FEDBFC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 252 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.00 |
| HSL | 303.43º | 0.95% | 0.93% | - |
| HSV(B) | 303.43º | 0.14% | 1% | - |
| XYZ | 83.78 | 78.76 | 102.88 | - |
| YUV | 233.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 252 | 0 | 0.14 | 0.01 | 0.00 | 303.43 | 0.95 | 0.93 |
| Hex | FE | DB | FC | 0 | E | 1 | 0 | 12F | 5F | 5D |
| Octal | 376 | 333 | 374 | 0 | 16 | 1 | 0 | 457 | 137 | 135 |
| Binary | 11111110 | 11011011 | 11111100 | 0 | 1110 | 1 | 0 | 100101111 | 1011111 | 1011101 |
Color Harmonies of #FEDBFC
Complementary color
Monochromatic Colors of #FEDBFC
Black with #FEDBFC
Text Example
Text Example
White with #FEDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBFC; }
p { color: rgb(254,219,252); }
H1.HeaderClassName
{
color: #FEDBFC;
}
.AnyTagClassName
{
color: #FEDBFC;
}
</style>
background-color css
<style>
a { background-color: #FEDBFC; }
a { background-color: rgb(254,219,252); }
div.DivClassName
{
background-color: #FEDBFC;
}
.BgClassName
{
background-color: #FEDBFC;
}
</style>
border-color css
<style>
span { border-color: #FEDBFC; }
span { border-color: rgb(254,219,252); }
td.TdClassName
{
border-color: #FEDBFC;
}
.TagClassName
{
border-color: #FEDBFC;
}
</style>