Shades of Selago #FDF3FE
Tints of Selago #FDF3FE
RGB
CMYK
RGB Variations
Color information
#FDF3FE (or 0xFDF3FE) is known color: Selago. HEX triplet: FD, F3 and FE. RGB value is (253,243,254). Sum of RGB (Red+Green+Blue) = 253+243+254=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 243 (95.31% from 255 or 32.4% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF3FE is #020C01. Grayscale: #F7F7F7. Windows color (decimal): -134146 or 16708605. OLE color: 16708605.
HSL color Cylindrical-coordinate representation of color #FDF3FE: hue angle of 294.55º degrees, saturation: 0.85, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDF3FE is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 243 | 254 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.00 |
| HSL | 294.55º | 0.85% | 0.97% | - |
| HSV(B) | 294.55º | 0.04% | 1% | - |
| XYZ | 90.45 | 92.14 | 106.78 | - |
| YUV | 247.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 254 | 0.00 | 0.04 | 0 | 0.00 | 294.55 | 0.85 | 0.97 |
| Hex | FD | F3 | FE | 0 | 4 | 0 | 0 | 127 | 55 | 61 |
| Octal | 375 | 363 | 376 | 0 | 4 | 0 | 0 | 447 | 125 | 141 |
| Binary | 11111101 | 11110011 | 11111110 | 0 | 100 | 0 | 0 | 100100111 | 1010101 | 1100001 |
Color Harmonies of #FDF3FE
Complementary color
Monochromatic Colors of #FDF3FE
Black with #FDF3FE
Text Example
Text Example
White with #FDF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3FE; }
p { color: rgb(253,243,254); }
H1.HeaderClassName
{
color: #FDF3FE;
}
.AnyTagClassName
{
color: #FDF3FE;
}
</style>
background-color css
<style>
a { background-color: #FDF3FE; }
a { background-color: rgb(253,243,254); }
div.DivClassName
{
background-color: #FDF3FE;
}
.BgClassName
{
background-color: #FDF3FE;
}
</style>
border-color css
<style>
span { border-color: #FDF3FE; }
span { border-color: rgb(253,243,254); }
td.TdClassName
{
border-color: #FDF3FE;
}
.TagClassName
{
border-color: #FDF3FE;
}
</style>