Shades of Selago #FAF2FA
Tints of Selago #FAF2FA
RGB
CMYK
RGB Variations
Color information
#FAF2FA (or 0xFAF2FA) is known color: Selago. HEX triplet: FA, F2 and FA. RGB value is (250,242,250). Sum of RGB (Red+Green+Blue) = 250+242+250=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 242 (94.92% from 255 or 32.61% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2FA is #050D05. Grayscale: #F5F5F5. Windows color (decimal): -331014 or 16446202. OLE color: 16446202.
HSL color Cylindrical-coordinate representation of color #FAF2FA: hue angle of 300º degrees, saturation: 0.44, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FAF2FA is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 242 | 250 | - |
CMYK | 0 | 0.03 | 0 | 0.02 |
HSL | 300º | 0.44% | 0.96% | - |
HSV(B) | 300º | 0.03% | 0.98% | - |
XYZ | 88.43 | 90.73 | 103.29 | - |
YUV | 245.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 242 | 250 | 0 | 0.03 | 0 | 0.02 | 300 | 0.44 | 0.96 |
Hex | FA | F2 | FA | 0 | 3 | 0 | 2 | 12C | 2C | 60 |
Octal | 372 | 362 | 372 | 0 | 3 | 0 | 2 | 454 | 54 | 140 |
Binary | 11111010 | 11110010 | 11111010 | 0 | 11 | 0 | 10 | 100101100 | 101100 | 1100000 |
Color Harmonies of #FAF2FA
Complementary color
Monochromatic Colors of #FAF2FA
Black with #FAF2FA
Text Example
Text Example
White with #FAF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2FA; }
p { color: rgb(250,242,250); }
H1.HeaderClassName
{
color: #FAF2FA;
}
.AnyTagClassName
{
color: #FAF2FA;
}
</style>
background-color css
<style>
a { background-color: #FAF2FA; }
a { background-color: rgb(250,242,250); }
div.DivClassName
{
background-color: #FAF2FA;
}
.BgClassName
{
background-color: #FAF2FA;
}
</style>
border-color css
<style>
span { border-color: #FAF2FA; }
span { border-color: rgb(250,242,250); }
td.TdClassName
{
border-color: #FAF2FA;
}
.TagClassName
{
border-color: #FAF2FA;
}
</style>