#F4EEF5

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

Shades of Selago #F4EEF5

Tints of Selago #F4EEF5

Color information

#F4EEF5 (or 0xF4EEF5) is unknown color: approx Selago. HEX triplet: F4, EE and F5. RGB value is (244,238,245). Sum of RGB (Red+Green+Blue) = 244+238+245=727 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.56% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 245 - color contains mainly: blue. Hex color #F4EEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EEF5 is #0B110A. Grayscale: #F0F0F0. Windows color (decimal): -725259 or 16117492. OLE color: 16117492.

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

Color convert

RGB244238245-
CMYK0.000.0300.04
HSL291.43º25.93%94.71%-
HSV(B)291.43º2.86%96.08%-
XYZ84.3686.9798.73-
YUV240.59130.49130.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.56%
GREEN value IS 238 (93.36% from 255) = 32.74%
BLUE value IS 245 (96.09% from 255) = 33.70%
R=33.56%
G=32.74%
B=33.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442382450.000.0300.04291.4325.9394.71
HexF4EEF503041231a5f
Octal364356365030444332137
Binary1111010011101110111101010110100100100011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EEF5; }

 p { color: rgb(244,238,245); }

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

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

 a { background-color: rgb(244,238,245); }

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

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

 span { border-color: rgb(244,238,245); }

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