Shades of Selago #FFEDFE
Tints of Selago #FFEDFE
RGB
CMYK
RGB Variations
Color information
#FFEDFE (or 0xFFEDFE) is known color: Selago. HEX triplet: FF, ED and FE. RGB value is (255,237,254). Sum of RGB (Red+Green+Blue) = 255+237+254=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 237 (92.97% from 255 or 31.77% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDFE is #001201. Grayscale: #F4F4F4. Windows color (decimal): -4610 or 16707071. OLE color: 16707071.
HSL color Cylindrical-coordinate representation of color #FFEDFE: hue angle of 303.33º 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 #FFEDFE is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 254 | - |
CMYK | 0 | 0.07 | 0.00 | 0 |
HSL | 303.33º | 1% | 0.96% | - |
HSV(B) | 303.33º | 0.07% | 1% | - |
XYZ | 89.41 | 88.98 | 106.23 | - |
YUV | 244.32 | 133.46 | 135.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 254 | 0 | 0.07 | 0.00 | 0 | 303.33 | 1 | 0.96 |
Hex | FF | ED | FE | 0 | 7 | 0 | 0 | 12F | 64 | 60 |
Octal | 377 | 355 | 376 | 0 | 7 | 0 | 0 | 457 | 144 | 140 |
Binary | 11111111 | 11101101 | 11111110 | 0 | 111 | 0 | 0 | 100101111 | 1100100 | 1100000 |
Color Harmonies of #FFEDFE
Complementary color
Monochromatic Colors of #FFEDFE
Black with #FFEDFE
Text Example
Text Example
White with #FFEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDFE; }
p { color: rgb(255,237,254); }
H1.HeaderClassName
{
color: #FFEDFE;
}
.AnyTagClassName
{
color: #FFEDFE;
}
</style>
background-color css
<style>
a { background-color: #FFEDFE; }
a { background-color: rgb(255,237,254); }
div.DivClassName
{
background-color: #FFEDFE;
}
.BgClassName
{
background-color: #FFEDFE;
}
</style>
border-color css
<style>
span { border-color: #FFEDFE; }
span { border-color: rgb(255,237,254); }
td.TdClassName
{
border-color: #FFEDFE;
}
.TagClassName
{
border-color: #FFEDFE;
}
</style>