Shades of Selago #FFF4FF
Tints of Selago #FFF4FF
RGB
CMYK
RGB Variations
Color information
#FFF4FF (or 0xFFF4FF) is known color: Selago. HEX triplet: FF, F4 and FF. RGB value is (255,244,255). Sum of RGB (Red+Green+Blue) = 255+244+255=754 (99% of max value = 765). Red value is 255 (100% from 255 or 33.82% from 754); Green value is 244 (95.70% from 255 or 32.36% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF4FF is #000B00. Grayscale: #F8F8F8. Windows color (decimal): -2817 or 16774399. OLE color: 16774399.
HSL color Cylindrical-coordinate representation of color #FFF4FF: hue angle of 300º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFF4FF is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 244 | 255 | - |
CMYK | 0 | 0.04 | 0 | 0 |
HSL | 300º | 1% | 0.98% | - |
HSV(B) | 300º | 0.04% | 1% | - |
XYZ | 91.64 | 93.18 | 107.76 | - |
YUV | 248.54 | 131.64 | 132.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 244 | 255 | 0 | 0.04 | 0 | 0 | 300 | 1 | 0.98 |
Hex | FF | F4 | FF | 0 | 4 | 0 | 0 | 12C | 64 | 62 |
Octal | 377 | 364 | 377 | 0 | 4 | 0 | 0 | 454 | 144 | 142 |
Binary | 11111111 | 11110100 | 11111111 | 0 | 100 | 0 | 0 | 100101100 | 1100100 | 1100010 |
Color Harmonies of #FFF4FF
Complementary color
Monochromatic Colors of #FFF4FF
Black with #FFF4FF
Text Example
Text Example
White with #FFF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4FF; }
p { color: rgb(255,244,255); }
H1.HeaderClassName
{
color: #FFF4FF;
}
.AnyTagClassName
{
color: #FFF4FF;
}
</style>
background-color css
<style>
a { background-color: #FFF4FF; }
a { background-color: rgb(255,244,255); }
div.DivClassName
{
background-color: #FFF4FF;
}
.BgClassName
{
background-color: #FFF4FF;
}
</style>
border-color css
<style>
span { border-color: #FFF4FF; }
span { border-color: rgb(255,244,255); }
td.TdClassName
{
border-color: #FFF4FF;
}
.TagClassName
{
border-color: #FFF4FF;
}
</style>