Shades of Selago #FFEDFD
Tints of Selago #FFEDFD
RGB
CMYK
RGB Variations
Color information
#FFEDFD (or 0xFFEDFD) is known color: Selago. HEX triplet: FF, ED and FD. RGB value is (255,237,253). Sum of RGB (Red+Green+Blue) = 255+237+253=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 237 (92.97% from 255 or 31.81% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDFD is #001202. Grayscale: #F4F4F4. Windows color (decimal): -4611 or 16641535. OLE color: 16641535.
HSL color Cylindrical-coordinate representation of color #FFEDFD: hue angle of 306.67º 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 #FFEDFD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 253 | - |
| CMYK | 0 | 0.07 | 0.01 | 0 |
| HSL | 306.67º | 1% | 0.96% | - |
| HSV(B) | 306.67º | 0.07% | 1% | - |
| XYZ | 89.25 | 88.92 | 105.39 | - |
| YUV | 244.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 253 | 0 | 0.07 | 0.01 | 0 | 306.67 | 1 | 0.96 |
| Hex | FF | ED | FD | 0 | 7 | 1 | 0 | 133 | 64 | 60 |
| Octal | 377 | 355 | 375 | 0 | 7 | 1 | 0 | 463 | 144 | 140 |
| Binary | 11111111 | 11101101 | 11111101 | 0 | 111 | 1 | 0 | 100110011 | 1100100 | 1100000 |
Color Harmonies of #FFEDFD
Complementary color
Monochromatic Colors of #FFEDFD
Black with #FFEDFD
Text Example
Text Example
White with #FFEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDFD; }
p { color: rgb(255,237,253); }
H1.HeaderClassName
{
color: #FFEDFD;
}
.AnyTagClassName
{
color: #FFEDFD;
}
</style>
background-color css
<style>
a { background-color: #FFEDFD; }
a { background-color: rgb(255,237,253); }
div.DivClassName
{
background-color: #FFEDFD;
}
.BgClassName
{
background-color: #FFEDFD;
}
</style>
border-color css
<style>
span { border-color: #FFEDFD; }
span { border-color: rgb(255,237,253); }
td.TdClassName
{
border-color: #FFEDFD;
}
.TagClassName
{
border-color: #FFEDFD;
}
</style>