Shades of Twilight Blue #F0F2E5
Tints of Twilight Blue #F0F2E5
RGB
CMYK
RGB Variations
Color information
#F0F2E5 (or 0xF0F2E5) is known color: Twilight Blue. HEX triplet: F0, F2 and E5. RGB value is (240,242,229). Sum of RGB (Red+Green+Blue) = 240+242+229=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 229 (89.84% from 255 or 32.21% from 711); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2E5 is #0F0D1A. Grayscale: #EFEFEF. Windows color (decimal): -986395 or 15069936. OLE color: 15069936.
HSL color Cylindrical-coordinate representation of color #F0F2E5: hue angle of 69.23º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0F2E5 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 229 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.05 |
| HSL | 69.23º | 0.33% | 0.92% | - |
| HSV(B) | 69.23º | 0.05% | 0.95% | - |
| XYZ | 81.83 | 87.69 | 86.74 | - |
| YUV | 239.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 229 | 0.01 | 0 | 0.05 | 0.05 | 69.23 | 0.33 | 0.92 |
| Hex | F0 | F2 | E5 | 1 | 0 | 5 | 5 | 45 | 21 | 5C |
| Octal | 360 | 362 | 345 | 1 | 0 | 5 | 5 | 105 | 41 | 134 |
| Binary | 11110000 | 11110010 | 11100101 | 1 | 0 | 101 | 101 | 1000101 | 100001 | 1011100 |
Color Harmonies of #F0F2E5
Complementary color
Monochromatic Colors of #F0F2E5
Black with #F0F2E5
Text Example
Text Example
White with #F0F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2E5; }
p { color: rgb(240,242,229); }
H1.HeaderClassName
{
color: #F0F2E5;
}
.AnyTagClassName
{
color: #F0F2E5;
}
</style>
background-color css
<style>
a { background-color: #F0F2E5; }
a { background-color: rgb(240,242,229); }
div.DivClassName
{
background-color: #F0F2E5;
}
.BgClassName
{
background-color: #F0F2E5;
}
</style>
border-color css
<style>
span { border-color: #F0F2E5; }
span { border-color: rgb(240,242,229); }
td.TdClassName
{
border-color: #F0F2E5;
}
.TagClassName
{
border-color: #F0F2E5;
}
</style>