Shades of Selago #FFF1FD
Tints of Selago #FFF1FD
RGB
CMYK
RGB Variations
Color information
#FFF1FD (or 0xFFF1FD) is known color: Selago. HEX triplet: FF, F1 and FD. RGB value is (255,241,253). Sum of RGB (Red+Green+Blue) = 255+241+253=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 241 (94.53% from 255 or 32.18% from 749); Blue value is 253 (99.22% from 255 or 33.78% from 749); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1FD is #000E02. Grayscale: #F6F6F6. Windows color (decimal): -3587 or 16642559. OLE color: 16642559.
HSL color Cylindrical-coordinate representation of color #FFF1FD: hue angle of 308.57º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFF1FD is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 241 | 253 | - |
CMYK | 0 | 0.05 | 0.01 | 0 |
HSL | 308.57º | 1% | 0.97% | - |
HSV(B) | 308.57º | 0.05% | 1% | - |
XYZ | 90.42 | 91.26 | 105.78 | - |
YUV | 246.55 | 131.64 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 241 | 253 | 0 | 0.05 | 0.01 | 0 | 308.57 | 1 | 0.97 |
Hex | FF | F1 | FD | 0 | 5 | 1 | 0 | 135 | 64 | 61 |
Octal | 377 | 361 | 375 | 0 | 5 | 1 | 0 | 465 | 144 | 141 |
Binary | 11111111 | 11110001 | 11111101 | 0 | 101 | 1 | 0 | 100110101 | 1100100 | 1100001 |
Color Harmonies of #FFF1FD
Complementary color
Monochromatic Colors of #FFF1FD
Black with #FFF1FD
Text Example
Text Example
White with #FFF1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1FD; }
p { color: rgb(255,241,253); }
H1.HeaderClassName
{
color: #FFF1FD;
}
.AnyTagClassName
{
color: #FFF1FD;
}
</style>
background-color css
<style>
a { background-color: #FFF1FD; }
a { background-color: rgb(255,241,253); }
div.DivClassName
{
background-color: #FFF1FD;
}
.BgClassName
{
background-color: #FFF1FD;
}
</style>
border-color css
<style>
span { border-color: #FFF1FD; }
span { border-color: rgb(255,241,253); }
td.TdClassName
{
border-color: #FFF1FD;
}
.TagClassName
{
border-color: #FFF1FD;
}
</style>