Shades of Selago #FEDFFC
Tints of Selago #FEDFFC
RGB
CMYK
RGB Variations
Color information
#FEDFFC (or 0xFEDFFC) is known color: Selago. HEX triplet: FE, DF and FC. RGB value is (254,223,252). Sum of RGB (Red+Green+Blue) = 254+223+252=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 223 (87.5% from 255 or 30.59% from 729); Blue value is 252 (98.83% from 255 or 34.57% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFFC is #012003. Grayscale: #EBEBEB. Windows color (decimal): -73732 or 16572414. OLE color: 16572414.
HSL color Cylindrical-coordinate representation of color #FEDFFC: hue angle of 303.87º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFFC is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 252 | - |
CMYK | 0 | 0.12 | 0.01 | 0.00 |
HSL | 303.87º | 0.94% | 0.94% | - |
HSV(B) | 303.87º | 0.12% | 1% | - |
XYZ | 84.83 | 80.87 | 103.23 | - |
YUV | 235.58 | 137.27 | 141.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 252 | 0 | 0.12 | 0.01 | 0.00 | 303.87 | 0.94 | 0.94 |
Hex | FE | DF | FC | 0 | C | 1 | 0 | 130 | 5E | 5E |
Octal | 376 | 337 | 374 | 0 | 14 | 1 | 0 | 460 | 136 | 136 |
Binary | 11111110 | 11011111 | 11111100 | 0 | 1100 | 1 | 0 | 100110000 | 1011110 | 1011110 |
Color Harmonies of #FEDFFC
Complementary color
Monochromatic Colors of #FEDFFC
Black with #FEDFFC
Text Example
Text Example
White with #FEDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFFC; }
p { color: rgb(254,223,252); }
H1.HeaderClassName
{
color: #FEDFFC;
}
.AnyTagClassName
{
color: #FEDFFC;
}
</style>
background-color css
<style>
a { background-color: #FEDFFC; }
a { background-color: rgb(254,223,252); }
div.DivClassName
{
background-color: #FEDFFC;
}
.BgClassName
{
background-color: #FEDFFC;
}
</style>
border-color css
<style>
span { border-color: #FEDFFC; }
span { border-color: rgb(254,223,252); }
td.TdClassName
{
border-color: #FEDFFC;
}
.TagClassName
{
border-color: #FEDFFC;
}
</style>