Shades of Selago #FFEDFF
Tints of Selago #FFEDFF
RGB
CMYK
RGB Variations
Color information
#FFEDFF (or 0xFFEDFF) is known color: Selago. HEX triplet: FF, ED and FF. RGB value is (255,237,255). Sum of RGB (Red+Green+Blue) = 255+237+255=747 (98% of max value = 765). Red value is 255 (100% from 255 or 34.14% from 747); Green value is 237 (92.97% from 255 or 31.73% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDFF is #001200. Grayscale: #F4F4F4. Windows color (decimal): -4609 or 16772607. OLE color: 16772607.
HSL color Cylindrical-coordinate representation of color #FFEDFF: hue angle of 300º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEDFF is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 255 | - |
CMYK | 0 | 0.07 | 0 | 0 |
HSL | 300º | 1% | 0.96% | - |
HSV(B) | 300º | 0.07% | 1% | - |
XYZ | 89.57 | 89.05 | 107.07 | - |
YUV | 244.43 | 133.96 | 135.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 255 | 0 | 0.07 | 0 | 0 | 300 | 1 | 0.96 |
Hex | FF | ED | FF | 0 | 7 | 0 | 0 | 12C | 64 | 60 |
Octal | 377 | 355 | 377 | 0 | 7 | 0 | 0 | 454 | 144 | 140 |
Binary | 11111111 | 11101101 | 11111111 | 0 | 111 | 0 | 0 | 100101100 | 1100100 | 1100000 |
Color Harmonies of #FFEDFF
Complementary color
Monochromatic Colors of #FFEDFF
Black with #FFEDFF
Text Example
Text Example
White with #FFEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDFF; }
p { color: rgb(255,237,255); }
H1.HeaderClassName
{
color: #FFEDFF;
}
.AnyTagClassName
{
color: #FFEDFF;
}
</style>
background-color css
<style>
a { background-color: #FFEDFF; }
a { background-color: rgb(255,237,255); }
div.DivClassName
{
background-color: #FFEDFF;
}
.BgClassName
{
background-color: #FFEDFF;
}
</style>
border-color css
<style>
span { border-color: #FFEDFF; }
span { border-color: rgb(255,237,255); }
td.TdClassName
{
border-color: #FFEDFF;
}
.TagClassName
{
border-color: #FFEDFF;
}
</style>