Shades of Twilight Blue #F2F6E5
Tints of Twilight Blue #F2F6E5
RGB
CMYK
RGB Variations
Color information
#F2F6E5 (or 0xF2F6E5) is known color: Twilight Blue. HEX triplet: F2, F6 and E5. RGB value is (242,246,229). Sum of RGB (Red+Green+Blue) = 242+246+229=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 229 (89.84% from 255 or 31.94% from 717); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6E5 is #0D091A. Grayscale: #F2F2F2. Windows color (decimal): -854299 or 15070962. OLE color: 15070962.
HSL color Cylindrical-coordinate representation of color #F2F6E5: hue angle of 74.12º degrees, saturation: 0.49, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2F6E5 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 229 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.04 |
| HSL | 74.12º | 0.49% | 0.93% | - |
| HSV(B) | 74.12º | 0.07% | 0.96% | - |
| XYZ | 83.72 | 90.45 | 87.17 | - |
| YUV | 242.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 229 | 0.02 | 0 | 0.07 | 0.04 | 74.12 | 0.49 | 0.93 |
| Hex | F2 | F6 | E5 | 2 | 0 | 7 | 4 | 4A | 31 | 5D |
| Octal | 362 | 366 | 345 | 2 | 0 | 7 | 4 | 112 | 61 | 135 |
| Binary | 11110010 | 11110110 | 11100101 | 10 | 0 | 111 | 100 | 1001010 | 110001 | 1011101 |
Color Harmonies of #F2F6E5
Complementary color
Monochromatic Colors of #F2F6E5
Black with #F2F6E5
Text Example
Text Example
White with #F2F6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F6E5; }
p { color: rgb(242,246,229); }
H1.HeaderClassName
{
color: #F2F6E5;
}
.AnyTagClassName
{
color: #F2F6E5;
}
</style>
background-color css
<style>
a { background-color: #F2F6E5; }
a { background-color: rgb(242,246,229); }
div.DivClassName
{
background-color: #F2F6E5;
}
.BgClassName
{
background-color: #F2F6E5;
}
</style>
border-color css
<style>
span { border-color: #F2F6E5; }
span { border-color: rgb(242,246,229); }
td.TdClassName
{
border-color: #F2F6E5;
}
.TagClassName
{
border-color: #F2F6E5;
}
</style>