Shades of Selago #FDEDFE
Tints of Selago #FDEDFE
RGB
CMYK
RGB Variations
Color information
#FDEDFE (or 0xFDEDFE) is known color: Selago. HEX triplet: FD, ED and FE. RGB value is (253,237,254). Sum of RGB (Red+Green+Blue) = 253+237+254=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 237 (92.97% from 255 or 31.85% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDEDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDFE is #021201. Grayscale: #F3F3F3. Windows color (decimal): -135682 or 16707069. OLE color: 16707069.
HSL color Cylindrical-coordinate representation of color #FDEDFE: hue angle of 296.47º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDEDFE is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 237 | 254 | - |
CMYK | 0.00 | 0.07 | 0 | 0.00 |
HSL | 296.47º | 0.89% | 0.96% | - |
HSV(B) | 296.47º | 0.07% | 1% | - |
XYZ | 88.68 | 88.61 | 106.19 | - |
YUV | 243.72 | 133.8 | 134.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 254 | 0.00 | 0.07 | 0 | 0.00 | 296.47 | 0.89 | 0.96 |
Hex | FD | ED | FE | 0 | 7 | 0 | 0 | 128 | 59 | 60 |
Octal | 375 | 355 | 376 | 0 | 7 | 0 | 0 | 450 | 131 | 140 |
Binary | 11111101 | 11101101 | 11111110 | 0 | 111 | 0 | 0 | 100101000 | 1011001 | 1100000 |
Color Harmonies of #FDEDFE
Complementary color
Monochromatic Colors of #FDEDFE
Black with #FDEDFE
Text Example
Text Example
White with #FDEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDFE; }
p { color: rgb(253,237,254); }
H1.HeaderClassName
{
color: #FDEDFE;
}
.AnyTagClassName
{
color: #FDEDFE;
}
</style>
background-color css
<style>
a { background-color: #FDEDFE; }
a { background-color: rgb(253,237,254); }
div.DivClassName
{
background-color: #FDEDFE;
}
.BgClassName
{
background-color: #FDEDFE;
}
</style>
border-color css
<style>
span { border-color: #FDEDFE; }
span { border-color: rgb(253,237,254); }
td.TdClassName
{
border-color: #FDEDFE;
}
.TagClassName
{
border-color: #FDEDFE;
}
</style>