#F1F2EA

Color #F1F2EA Twilight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight Blue #F1F2EA

Tints of Twilight Blue #F1F2EA

Color information

#F1F2EA (or 0xF1F2EA) is unknown color: approx Twilight Blue. HEX triplet: F1, F2 and EA. RGB value is (241,242,234). Sum of RGB (Red+Green+Blue) = 241+242+234=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F2EA is #0E0D15. Grayscale: #F0F0F0. Windows color (decimal): -920854 or 15397617. OLE color: 15397617.

HSL color Cylindrical-coordinate representation of color #F1F2EA: hue angle of 67.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F1F2EA is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241242234-
CMYK0.0000.030.05
HSL67.5º23.53%93.33%-
HSV(B)67.5º3.31%94.9%-
XYZ82.8888.1590.49-
YUV240.79124.17128.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 33.61%
GREEN value IS 242 (94.92% from 255) = 33.75%
BLUE value IS 234 (91.80% from 255) = 32.64%
R=33.61%
G=33.75%
B=32.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412422340.0000.030.0567.523.5393.33
HexF1F2EA003544185d
Octal361362352003510430135
Binary11110001111100101110101000111011000100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F2EA; }

 p { color: rgb(241,242,234); }

 H1.HeaderClassName
 {
   color: #F1F2EA;
 }
 .AnyTagClassName
 {
   color: #F1F2EA;
 }
</style>
background-color css

<style>
 a { background-color: #F1F2EA; }

 a { background-color: rgb(241,242,234); }

 div.DivClassName
 {
   background-color: #F1F2EA;
 }
 .BgClassName
 {
   background-color: #F1F2EA;
 }
</style>
border-color css

<style>
 span { border-color: #F1F2EA; }

 span { border-color: rgb(241,242,234); }

 td.TdClassName
 {
   border-color: #F1F2EA;
 }
 .TagClassName
 {
   border-color: #F1F2EA;
 }
</style>