Shades of Selago #FDF3FC
Tints of Selago #FDF3FC
RGB
CMYK
RGB Variations
Color information
#FDF3FC (or 0xFDF3FC) is known color: Selago. HEX triplet: FD, F3 and FC. RGB value is (253,243,252). Sum of RGB (Red+Green+Blue) = 253+243+252=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 243 (95.31% from 255 or 32.49% from 748); Blue value is 252 (98.83% from 255 or 33.69% from 748); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF3FC is #020C03. Grayscale: #F6F6F6. Windows color (decimal): -134148 or 16577533. OLE color: 16577533.
HSL color Cylindrical-coordinate representation of color #FDF3FC: hue angle of 306º 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 #FDF3FC is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 243 | 252 | - |
CMYK | 0 | 0.04 | 0.00 | 0.01 |
HSL | 306º | 0.71% | 0.97% | - |
HSV(B) | 306º | 0.04% | 0.99% | - |
XYZ | 90.13 | 92.01 | 105.11 | - |
YUV | 247.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 243 | 252 | 0 | 0.04 | 0.00 | 0.01 | 306 | 0.71 | 0.97 |
Hex | FD | F3 | FC | 0 | 4 | 0 | 1 | 132 | 47 | 61 |
Octal | 375 | 363 | 374 | 0 | 4 | 0 | 1 | 462 | 107 | 141 |
Binary | 11111101 | 11110011 | 11111100 | 0 | 100 | 0 | 1 | 100110010 | 1000111 | 1100001 |
Color Harmonies of #FDF3FC
Complementary color
Monochromatic Colors of #FDF3FC
Black with #FDF3FC
Text Example
Text Example
White with #FDF3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3FC; }
p { color: rgb(253,243,252); }
H1.HeaderClassName
{
color: #FDF3FC;
}
.AnyTagClassName
{
color: #FDF3FC;
}
</style>
background-color css
<style>
a { background-color: #FDF3FC; }
a { background-color: rgb(253,243,252); }
div.DivClassName
{
background-color: #FDF3FC;
}
.BgClassName
{
background-color: #FDF3FC;
}
</style>
border-color css
<style>
span { border-color: #FDF3FC; }
span { border-color: rgb(253,243,252); }
td.TdClassName
{
border-color: #FDF3FC;
}
.TagClassName
{
border-color: #FDF3FC;
}
</style>