Shades of Selago #FDF3FD
Tints of Selago #FDF3FD
RGB
CMYK
RGB Variations
Color information
#FDF3FD (or 0xFDF3FD) is known color: Selago. HEX triplet: FD, F3 and FD. RGB value is (253,243,253). Sum of RGB (Red+Green+Blue) = 253+243+253=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 243 (95.31% from 255 or 32.44% from 749); Blue value is 253 (99.22% from 255 or 33.78% from 749); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDF3FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF3FD is #020C02. Grayscale: #F7F7F7. Windows color (decimal): -134147 or 16643069. OLE color: 16643069.
HSL color Cylindrical-coordinate representation of color #FDF3FD: hue angle of 300º degrees, saturation: 0.71, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDF3FD is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 243 | 253 | - |
CMYK | 0 | 0.04 | 0 | 0.01 |
HSL | 300º | 0.71% | 0.97% | - |
HSV(B) | 300º | 0.04% | 0.99% | - |
XYZ | 90.29 | 92.08 | 105.94 | - |
YUV | 247.13 | 131.31 | 132.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 243 | 253 | 0 | 0.04 | 0 | 0.01 | 300 | 0.71 | 0.97 |
Hex | FD | F3 | FD | 0 | 4 | 0 | 1 | 12C | 47 | 61 |
Octal | 375 | 363 | 375 | 0 | 4 | 0 | 1 | 454 | 107 | 141 |
Binary | 11111101 | 11110011 | 11111101 | 0 | 100 | 0 | 1 | 100101100 | 1000111 | 1100001 |
Color Harmonies of #FDF3FD
Complementary color
Monochromatic Colors of #FDF3FD
Black with #FDF3FD
Text Example
Text Example
White with #FDF3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3FD; }
p { color: rgb(253,243,253); }
H1.HeaderClassName
{
color: #FDF3FD;
}
.AnyTagClassName
{
color: #FDF3FD;
}
</style>
background-color css
<style>
a { background-color: #FDF3FD; }
a { background-color: rgb(253,243,253); }
div.DivClassName
{
background-color: #FDF3FD;
}
.BgClassName
{
background-color: #FDF3FD;
}
</style>
border-color css
<style>
span { border-color: #FDF3FD; }
span { border-color: rgb(253,243,253); }
td.TdClassName
{
border-color: #FDF3FD;
}
.TagClassName
{
border-color: #FDF3FD;
}
</style>