Shades of Selago #FDF2FD
Tints of Selago #FDF2FD
RGB
CMYK
RGB Variations
Color information
#FDF2FD (or 0xFDF2FD) is known color: Selago. HEX triplet: FD, F2 and FD. RGB value is (253,242,253). Sum of RGB (Red+Green+Blue) = 253+242+253=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 242 (94.92% from 255 or 32.35% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDF2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2FD is #020D02. Grayscale: #F6F6F6. Windows color (decimal): -134403 or 16642813. OLE color: 16642813.
HSL color Cylindrical-coordinate representation of color #FDF2FD: hue angle of 300º degrees, saturation: 0.73, 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 #FDF2FD is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 242 | 253 | - |
CMYK | 0 | 0.04 | 0 | 0.01 |
HSL | 300º | 0.73% | 0.97% | - |
HSV(B) | 300º | 0.04% | 0.99% | - |
XYZ | 89.99 | 91.48 | 105.84 | - |
YUV | 246.54 | 131.64 | 132.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 242 | 253 | 0 | 0.04 | 0 | 0.01 | 300 | 0.73 | 0.97 |
Hex | FD | F2 | FD | 0 | 4 | 0 | 1 | 12C | 49 | 61 |
Octal | 375 | 362 | 375 | 0 | 4 | 0 | 1 | 454 | 111 | 141 |
Binary | 11111101 | 11110010 | 11111101 | 0 | 100 | 0 | 1 | 100101100 | 1001001 | 1100001 |
Color Harmonies of #FDF2FD
Complementary color
Monochromatic Colors of #FDF2FD
Black with #FDF2FD
Text Example
Text Example
White with #FDF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2FD; }
p { color: rgb(253,242,253); }
H1.HeaderClassName
{
color: #FDF2FD;
}
.AnyTagClassName
{
color: #FDF2FD;
}
</style>
background-color css
<style>
a { background-color: #FDF2FD; }
a { background-color: rgb(253,242,253); }
div.DivClassName
{
background-color: #FDF2FD;
}
.BgClassName
{
background-color: #FDF2FD;
}
</style>
border-color css
<style>
span { border-color: #FDF2FD; }
span { border-color: rgb(253,242,253); }
td.TdClassName
{
border-color: #FDF2FD;
}
.TagClassName
{
border-color: #FDF2FD;
}
</style>