Shades of Twilight Blue #FAFEED
Tints of Twilight Blue #FAFEED
RGB
CMYK
RGB Variations
Color information
#FAFEED (or 0xFAFEED) is known color: Twilight Blue. HEX triplet: FA, FE and ED. RGB value is (250,254,237). Sum of RGB (Red+Green+Blue) = 250+254+237=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 254 (99.61% from 255 or 34.28% from 741); Blue value is 237 (92.97% from 255 or 31.98% from 741); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEED is #050112. Grayscale: #FAFAFA. Windows color (decimal): -327955 or 15597306. OLE color: 15597306.
HSL color Cylindrical-coordinate representation of color #FAFEED: hue angle of 74.12º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAFEED is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 237 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.00 |
| HSL | 74.12º | 0.89% | 0.96% | - |
| HSV(B) | 74.12º | 0.07% | 1% | - |
| XYZ | 90.15 | 97.32 | 94.15 | - |
| YUV | 250.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 237 | 0.02 | 0 | 0.07 | 0.00 | 74.12 | 0.89 | 0.96 |
| Hex | FA | FE | ED | 2 | 0 | 7 | 0 | 4A | 59 | 60 |
| Octal | 372 | 376 | 355 | 2 | 0 | 7 | 0 | 112 | 131 | 140 |
| Binary | 11111010 | 11111110 | 11101101 | 10 | 0 | 111 | 0 | 1001010 | 1011001 | 1100000 |
Color Harmonies of #FAFEED
Complementary color
Monochromatic Colors of #FAFEED
Black with #FAFEED
Text Example
Text Example
White with #FAFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEED; }
p { color: rgb(250,254,237); }
H1.HeaderClassName
{
color: #FAFEED;
}
.AnyTagClassName
{
color: #FAFEED;
}
</style>
background-color css
<style>
a { background-color: #FAFEED; }
a { background-color: rgb(250,254,237); }
div.DivClassName
{
background-color: #FAFEED;
}
.BgClassName
{
background-color: #FAFEED;
}
</style>
border-color css
<style>
span { border-color: #FAFEED; }
span { border-color: rgb(250,254,237); }
td.TdClassName
{
border-color: #FAFEED;
}
.TagClassName
{
border-color: #FAFEED;
}
</style>