Shades of Twilight Blue #FAFFE2
Tints of Twilight Blue #FAFFE2
RGB
CMYK
RGB Variations
Color information
#FAFFE2 (or 0xFAFFE2) is known color: Twilight Blue. HEX triplet: FA, FF and E2. RGB value is (250,255,226). Sum of RGB (Red+Green+Blue) = 250+255+226=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 226 (88.67% from 255 or 30.92% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFE2 is #05001D. Grayscale: #FAFAFA. Windows color (decimal): -327710 or 14876666. OLE color: 14876666.
HSL color Cylindrical-coordinate representation of color #FAFFE2: hue angle of 70.34º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAFFE2 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 226 | - |
| CMYK | 0.02 | 0 | 0.11 | 0 |
| HSL | 70.34º | 1% | 0.94% | - |
| HSV(B) | 70.34º | 0.11% | 1% | - |
| XYZ | 88.91 | 97.33 | 86.05 | - |
| YUV | 250.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 226 | 0.02 | 0 | 0.11 | 0 | 70.34 | 1 | 0.94 |
| Hex | FA | FF | E2 | 2 | 0 | B | 0 | 46 | 64 | 5E |
| Octal | 372 | 377 | 342 | 2 | 0 | 13 | 0 | 106 | 144 | 136 |
| Binary | 11111010 | 11111111 | 11100010 | 10 | 0 | 1011 | 0 | 1000110 | 1100100 | 1011110 |
Color Harmonies of #FAFFE2
Complementary color
Monochromatic Colors of #FAFFE2
Black with #FAFFE2
Text Example
Text Example
White with #FAFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFE2; }
p { color: rgb(250,255,226); }
H1.HeaderClassName
{
color: #FAFFE2;
}
.AnyTagClassName
{
color: #FAFFE2;
}
</style>
background-color css
<style>
a { background-color: #FAFFE2; }
a { background-color: rgb(250,255,226); }
div.DivClassName
{
background-color: #FAFFE2;
}
.BgClassName
{
background-color: #FAFFE2;
}
</style>
border-color css
<style>
span { border-color: #FAFFE2; }
span { border-color: rgb(250,255,226); }
td.TdClassName
{
border-color: #FAFFE2;
}
.TagClassName
{
border-color: #FAFFE2;
}
</style>