Shades of Twilight Blue #FAFFEC
Tints of Twilight Blue #FAFFEC
RGB
CMYK
RGB Variations
Color information
#FAFFEC (or 0xFAFFEC) is known color: Twilight Blue. HEX triplet: FA, FF and EC. RGB value is (250,255,236). Sum of RGB (Red+Green+Blue) = 250+255+236=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 255 (100% from 255 or 34.41% from 741); Blue value is 236 (92.58% from 255 or 31.85% from 741); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFEC is #050013. Grayscale: #FBFBFB. Windows color (decimal): -327700 or 15532026. OLE color: 15532026.
HSL color Cylindrical-coordinate representation of color #FAFFEC: hue angle of 75.79º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAFFEC is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 236 | - |
| CMYK | 0.02 | 0 | 0.07 | 0 |
| HSL | 75.79º | 1% | 0.96% | - |
| HSV(B) | 75.79º | 0.07% | 1% | - |
| XYZ | 90.32 | 97.9 | 93.49 | - |
| YUV | 251.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 236 | 0.02 | 0 | 0.07 | 0 | 75.79 | 1 | 0.96 |
| Hex | FA | FF | EC | 2 | 0 | 7 | 0 | 4C | 64 | 60 |
| Octal | 372 | 377 | 354 | 2 | 0 | 7 | 0 | 114 | 144 | 140 |
| Binary | 11111010 | 11111111 | 11101100 | 10 | 0 | 111 | 0 | 1001100 | 1100100 | 1100000 |
Color Harmonies of #FAFFEC
Complementary color
Monochromatic Colors of #FAFFEC
Black with #FAFFEC
Text Example
Text Example
White with #FAFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFEC; }
p { color: rgb(250,255,236); }
H1.HeaderClassName
{
color: #FAFFEC;
}
.AnyTagClassName
{
color: #FAFFEC;
}
</style>
background-color css
<style>
a { background-color: #FAFFEC; }
a { background-color: rgb(250,255,236); }
div.DivClassName
{
background-color: #FAFFEC;
}
.BgClassName
{
background-color: #FAFFEC;
}
</style>
border-color css
<style>
span { border-color: #FAFFEC; }
span { border-color: rgb(250,255,236); }
td.TdClassName
{
border-color: #FAFFEC;
}
.TagClassName
{
border-color: #FAFFEC;
}
</style>