#F6EDF4

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

Shades of Selago #F6EDF4

Tints of Selago #F6EDF4

Color information

#F6EDF4 (or 0xF6EDF4) is unknown color: approx Selago. HEX triplet: F6, ED and F4. RGB value is (246,237,244). Sum of RGB (Red+Green+Blue) = 246+237+244=727 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.84% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 244 (95.70% from 255 or 33.56% from 727); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EDF4 is #09120B. Grayscale: #F0F0F0. Windows color (decimal): -594444 or 16051702. OLE color: 16051702.

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

Color convert

RGB246237244-
CMYK00.040.010.04
HSL313.33º33.33%94.71%-
HSV(B)313.33º3.66%96.47%-
XYZ84.6286.6997.86-
YUV240.49129.98131.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.84%
GREEN value IS 237 (92.97% from 255) = 32.60%
BLUE value IS 244 (95.70% from 255) = 33.56%
R=33.84%
G=32.60%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623724400.040.010.04313.3333.3394.71
HexF6EDF40414139215f
Octal366355364041447141137
Binary111101101110110111110100010011001001110011000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDF4; }

 p { color: rgb(246,237,244); }

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

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

 a { background-color: rgb(246,237,244); }

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

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

 span { border-color: rgb(246,237,244); }

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