Shades of Selago #FFF0FF
Tints of Selago #FFF0FF
RGB
CMYK
RGB Variations
Color information
#FFF0FF (or 0xFFF0FF) is known color: Selago. HEX triplet: FF, F0 and FF. RGB value is (255,240,255). Sum of RGB (Red+Green+Blue) = 255+240+255=750 (99% of max value = 765). Red value is 255 (100% from 255 or 34% from 750); Green value is 240 (94.14% from 255 or 32% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0FF is #000F00. Grayscale: #F6F6F6. Windows color (decimal): -3841 or 16773375. OLE color: 16773375.
HSL color Cylindrical-coordinate representation of color #FFF0FF: hue angle of 300º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFF0FF is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 240 | 255 | - |
CMYK | 0 | 0.06 | 0 | 0 |
HSL | 300º | 1% | 0.97% | - |
HSV(B) | 300º | 0.06% | 1% | - |
XYZ | 90.45 | 90.8 | 107.37 | - |
YUV | 246.2 | 132.97 | 134.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 240 | 255 | 0 | 0.06 | 0 | 0 | 300 | 1 | 0.97 |
Hex | FF | F0 | FF | 0 | 6 | 0 | 0 | 12C | 64 | 61 |
Octal | 377 | 360 | 377 | 0 | 6 | 0 | 0 | 454 | 144 | 141 |
Binary | 11111111 | 11110000 | 11111111 | 0 | 110 | 0 | 0 | 100101100 | 1100100 | 1100001 |
Color Harmonies of #FFF0FF
Complementary color
Monochromatic Colors of #FFF0FF
Black with #FFF0FF
Text Example
Text Example
White with #FFF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0FF; }
p { color: rgb(255,240,255); }
H1.HeaderClassName
{
color: #FFF0FF;
}
.AnyTagClassName
{
color: #FFF0FF;
}
</style>
background-color css
<style>
a { background-color: #FFF0FF; }
a { background-color: rgb(255,240,255); }
div.DivClassName
{
background-color: #FFF0FF;
}
.BgClassName
{
background-color: #FFF0FF;
}
</style>
border-color css
<style>
span { border-color: #FFF0FF; }
span { border-color: rgb(255,240,255); }
td.TdClassName
{
border-color: #FFF0FF;
}
.TagClassName
{
border-color: #FFF0FF;
}
</style>