Shades of Selago #FFF2FF
Tints of Selago #FFF2FF
RGB
CMYK
RGB Variations
Color information
#FFF2FF (or 0xFFF2FF) is known color: Selago. HEX triplet: FF, F2 and FF. RGB value is (255,242,255). Sum of RGB (Red+Green+Blue) = 255+242+255=752 (99% of max value = 765). Red value is 255 (100% from 255 or 33.91% from 752); Green value is 242 (94.92% from 255 or 32.18% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2FF is #000D00. Grayscale: #F7F7F7. Windows color (decimal): -3329 or 16773887. OLE color: 16773887.
HSL color Cylindrical-coordinate representation of color #FFF2FF: hue angle of 300º 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 #FFF2FF is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 242 | 255 | - |
CMYK | 0 | 0.05 | 0 | 0 |
HSL | 300º | 1% | 0.97% | - |
HSV(B) | 300º | 0.05% | 1% | - |
XYZ | 91.04 | 91.98 | 107.56 | - |
YUV | 247.37 | 132.31 | 133.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 242 | 255 | 0 | 0.05 | 0 | 0 | 300 | 1 | 0.97 |
Hex | FF | F2 | FF | 0 | 5 | 0 | 0 | 12C | 64 | 61 |
Octal | 377 | 362 | 377 | 0 | 5 | 0 | 0 | 454 | 144 | 141 |
Binary | 11111111 | 11110010 | 11111111 | 0 | 101 | 0 | 0 | 100101100 | 1100100 | 1100001 |
Color Harmonies of #FFF2FF
Complementary color
Monochromatic Colors of #FFF2FF
Black with #FFF2FF
Text Example
Text Example
White with #FFF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2FF; }
p { color: rgb(255,242,255); }
H1.HeaderClassName
{
color: #FFF2FF;
}
.AnyTagClassName
{
color: #FFF2FF;
}
</style>
background-color css
<style>
a { background-color: #FFF2FF; }
a { background-color: rgb(255,242,255); }
div.DivClassName
{
background-color: #FFF2FF;
}
.BgClassName
{
background-color: #FFF2FF;
}
</style>
border-color css
<style>
span { border-color: #FFF2FF; }
span { border-color: rgb(255,242,255); }
td.TdClassName
{
border-color: #FFF2FF;
}
.TagClassName
{
border-color: #FFF2FF;
}
</style>