Shades of Selago #FDF1FE
Tints of Selago #FDF1FE
RGB
CMYK
RGB Variations
Color information
#FDF1FE (or 0xFDF1FE) is known color: Selago. HEX triplet: FD, F1 and FE. RGB value is (253,241,254). Sum of RGB (Red+Green+Blue) = 253+241+254=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 241 (94.53% from 255 or 32.22% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1FE is #020E01. Grayscale: #F6F6F6. Windows color (decimal): -134658 or 16708093. OLE color: 16708093.
HSL color Cylindrical-coordinate representation of color #FDF1FE: hue angle of 295.38º degrees, saturation: 0.87, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FDF1FE is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 241 | 254 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.00 |
| HSL | 295.38º | 0.87% | 0.97% | - |
| HSV(B) | 295.38º | 0.05% | 1% | - |
| XYZ | 89.85 | 90.95 | 106.59 | - |
| YUV | 246.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 254 | 0.00 | 0.05 | 0 | 0.00 | 295.38 | 0.87 | 0.97 |
| Hex | FD | F1 | FE | 0 | 5 | 0 | 0 | 127 | 57 | 61 |
| Octal | 375 | 361 | 376 | 0 | 5 | 0 | 0 | 447 | 127 | 141 |
| Binary | 11111101 | 11110001 | 11111110 | 0 | 101 | 0 | 0 | 100100111 | 1010111 | 1100001 |
Color Harmonies of #FDF1FE
Complementary color
Monochromatic Colors of #FDF1FE
Black with #FDF1FE
Text Example
Text Example
White with #FDF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1FE; }
p { color: rgb(253,241,254); }
H1.HeaderClassName
{
color: #FDF1FE;
}
.AnyTagClassName
{
color: #FDF1FE;
}
</style>
background-color css
<style>
a { background-color: #FDF1FE; }
a { background-color: rgb(253,241,254); }
div.DivClassName
{
background-color: #FDF1FE;
}
.BgClassName
{
background-color: #FDF1FE;
}
</style>
border-color css
<style>
span { border-color: #FDF1FE; }
span { border-color: rgb(253,241,254); }
td.TdClassName
{
border-color: #FDF1FE;
}
.TagClassName
{
border-color: #FDF1FE;
}
</style>