Shades of Selago #FDF2FE
Tints of Selago #FDF2FE
RGB
CMYK
RGB Variations
Color information
#FDF2FE (or 0xFDF2FE) is known color: Selago. HEX triplet: FD, F2 and FE. RGB value is (253,242,254). Sum of RGB (Red+Green+Blue) = 253+242+254=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 242 (94.92% from 255 or 32.31% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2FE is #020D01. Grayscale: #F6F6F6. Windows color (decimal): -134402 or 16708349. OLE color: 16708349.
HSL color Cylindrical-coordinate representation of color #FDF2FE: hue angle of 295º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FDF2FE is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 242 | 254 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.00 |
| HSL | 295º | 0.86% | 0.97% | - |
| HSV(B) | 295º | 0.05% | 1% | - |
| XYZ | 90.15 | 91.54 | 106.68 | - |
| YUV | 246.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 254 | 0.00 | 0.05 | 0 | 0.00 | 295 | 0.86 | 0.97 |
| Hex | FD | F2 | FE | 0 | 5 | 0 | 0 | 127 | 56 | 61 |
| Octal | 375 | 362 | 376 | 0 | 5 | 0 | 0 | 447 | 126 | 141 |
| Binary | 11111101 | 11110010 | 11111110 | 0 | 101 | 0 | 0 | 100100111 | 1010110 | 1100001 |
Color Harmonies of #FDF2FE
Complementary color
Monochromatic Colors of #FDF2FE
Black with #FDF2FE
Text Example
Text Example
White with #FDF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2FE; }
p { color: rgb(253,242,254); }
H1.HeaderClassName
{
color: #FDF2FE;
}
.AnyTagClassName
{
color: #FDF2FE;
}
</style>
background-color css
<style>
a { background-color: #FDF2FE; }
a { background-color: rgb(253,242,254); }
div.DivClassName
{
background-color: #FDF2FE;
}
.BgClassName
{
background-color: #FDF2FE;
}
</style>
border-color css
<style>
span { border-color: #FDF2FE; }
span { border-color: rgb(253,242,254); }
td.TdClassName
{
border-color: #FDF2FE;
}
.TagClassName
{
border-color: #FDF2FE;
}
</style>