Shades of Twilight Blue #F2F5E5
Tints of Twilight Blue #F2F5E5
RGB
CMYK
RGB Variations
Color information
#F2F5E5 (or 0xF2F5E5) is known color: Twilight Blue. HEX triplet: F2, F5 and E5. RGB value is (242,245,229). Sum of RGB (Red+Green+Blue) = 242+245+229=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 229 (89.84% from 255 or 31.98% from 716); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F5E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F5E5 is #0D0A1A. Grayscale: #F2F2F2. Windows color (decimal): -854555 or 15070706. OLE color: 15070706.
HSL color Cylindrical-coordinate representation of color #F2F5E5: hue angle of 71.25º degrees, saturation: 0.44, 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 #F2F5E5 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 242 | 245 | 229 | - |
CMYK | 0.01 | 0 | 0.07 | 0.04 |
HSL | 71.25º | 0.44% | 0.93% | - |
HSV(B) | 71.25º | 0.07% | 0.96% | - |
XYZ | 83.41 | 89.84 | 87.07 | - |
YUV | 242.28 | 120.51 | 127.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 245 | 229 | 0.01 | 0 | 0.07 | 0.04 | 71.25 | 0.44 | 0.93 |
Hex | F2 | F5 | E5 | 1 | 0 | 7 | 4 | 47 | 2C | 5D |
Octal | 362 | 365 | 345 | 1 | 0 | 7 | 4 | 107 | 54 | 135 |
Binary | 11110010 | 11110101 | 11100101 | 1 | 0 | 111 | 100 | 1000111 | 101100 | 1011101 |
Color Harmonies of #F2F5E5
Complementary color
Monochromatic Colors of #F2F5E5
Black with #F2F5E5
Text Example
Text Example
White with #F2F5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F5E5; }
p { color: rgb(242,245,229); }
H1.HeaderClassName
{
color: #F2F5E5;
}
.AnyTagClassName
{
color: #F2F5E5;
}
</style>
background-color css
<style>
a { background-color: #F2F5E5; }
a { background-color: rgb(242,245,229); }
div.DivClassName
{
background-color: #F2F5E5;
}
.BgClassName
{
background-color: #F2F5E5;
}
</style>
border-color css
<style>
span { border-color: #F2F5E5; }
span { border-color: rgb(242,245,229); }
td.TdClassName
{
border-color: #F2F5E5;
}
.TagClassName
{
border-color: #F2F5E5;
}
</style>