Shades of Twilight Blue #FAFFEB
Tints of Twilight Blue #FAFFEB
RGB
CMYK
RGB Variations
Color information
#FAFFEB (or 0xFAFFEB) is known color: Twilight Blue. HEX triplet: FA, FF and EB. RGB value is (250,255,235). Sum of RGB (Red+Green+Blue) = 250+255+235=740 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.78% from 740); Green value is 255 (100% from 255 or 34.46% from 740); Blue value is 235 (92.19% from 255 or 31.76% from 740); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFEB is #050014. Grayscale: #FBFBFB. Windows color (decimal): -327701 or 15466490. OLE color: 15466490.
HSL color Cylindrical-coordinate representation of color #FAFFEB: hue angle of 75º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAFFEB is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 235 | - |
| CMYK | 0.02 | 0 | 0.08 | 0 |
| HSL | 75º | 1% | 0.96% | - |
| HSV(B) | 75º | 0.08% | 1% | - |
| XYZ | 90.18 | 97.84 | 92.73 | - |
| YUV | 251.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 235 | 0.02 | 0 | 0.08 | 0 | 75 | 1 | 0.96 |
| Hex | FA | FF | EB | 2 | 0 | 8 | 0 | 4B | 64 | 60 |
| Octal | 372 | 377 | 353 | 2 | 0 | 10 | 0 | 113 | 144 | 140 |
| Binary | 11111010 | 11111111 | 11101011 | 10 | 0 | 1000 | 0 | 1001011 | 1100100 | 1100000 |
Color Harmonies of #FAFFEB
Complementary color
Monochromatic Colors of #FAFFEB
Black with #FAFFEB
Text Example
Text Example
White with #FAFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFEB; }
p { color: rgb(250,255,235); }
H1.HeaderClassName
{
color: #FAFFEB;
}
.AnyTagClassName
{
color: #FAFFEB;
}
</style>
background-color css
<style>
a { background-color: #FAFFEB; }
a { background-color: rgb(250,255,235); }
div.DivClassName
{
background-color: #FAFFEB;
}
.BgClassName
{
background-color: #FAFFEB;
}
</style>
border-color css
<style>
span { border-color: #FAFFEB; }
span { border-color: rgb(250,255,235); }
td.TdClassName
{
border-color: #FAFFEB;
}
.TagClassName
{
border-color: #FAFFEB;
}
</style>