Shades of Twilight Blue #FAFEEB
Tints of Twilight Blue #FAFEEB
RGB
CMYK
RGB Variations
Color information
#FAFEEB (or 0xFAFEEB) is known color: Twilight Blue. HEX triplet: FA, FE and EB. RGB value is (250,254,235). Sum of RGB (Red+Green+Blue) = 250+254+235=739 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.83% from 739); Green value is 254 (99.61% from 255 or 34.37% from 739); Blue value is 235 (92.19% from 255 or 31.80% from 739); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEEB is #050114. Grayscale: #FAFAFA. Windows color (decimal): -327957 or 15466234. OLE color: 15466234.
HSL color Cylindrical-coordinate representation of color #FAFEEB: hue angle of 72.63º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAFEEB is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 250 | 254 | 235 | - |
CMYK | 0.02 | 0 | 0.07 | 0.00 |
HSL | 72.63º | 0.9% | 0.96% | - |
HSV(B) | 72.63º | 0.07% | 1% | - |
XYZ | 89.86 | 97.21 | 92.62 | - |
YUV | 250.64 | 119.17 | 127.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 254 | 235 | 0.02 | 0 | 0.07 | 0.00 | 72.63 | 0.9 | 0.96 |
Hex | FA | FE | EB | 2 | 0 | 7 | 0 | 49 | 5A | 60 |
Octal | 372 | 376 | 353 | 2 | 0 | 7 | 0 | 111 | 132 | 140 |
Binary | 11111010 | 11111110 | 11101011 | 10 | 0 | 111 | 0 | 1001001 | 1011010 | 1100000 |
Color Harmonies of #FAFEEB
Complementary color
Monochromatic Colors of #FAFEEB
Black with #FAFEEB
Text Example
Text Example
White with #FAFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEEB; }
p { color: rgb(250,254,235); }
H1.HeaderClassName
{
color: #FAFEEB;
}
.AnyTagClassName
{
color: #FAFEEB;
}
</style>
background-color css
<style>
a { background-color: #FAFEEB; }
a { background-color: rgb(250,254,235); }
div.DivClassName
{
background-color: #FAFEEB;
}
.BgClassName
{
background-color: #FAFEEB;
}
</style>
border-color css
<style>
span { border-color: #FAFEEB; }
span { border-color: rgb(250,254,235); }
td.TdClassName
{
border-color: #FAFEEB;
}
.TagClassName
{
border-color: #FAFEEB;
}
</style>