#F6EBF4

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

Shades of Selago #F6EBF4

Tints of Selago #F6EBF4

Color information

#F6EBF4 (or 0xF6EBF4) is unknown color: approx Selago. HEX triplet: F6, EB and F4. RGB value is (246,235,244). Sum of RGB (Red+Green+Blue) = 246+235+244=725 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.93% from 725); Green value is 235 (92.19% from 255 or 32.41% from 725); Blue value is 244 (95.70% from 255 or 33.66% from 725); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EBF4 is #09140B. Grayscale: #EFEFEF. Windows color (decimal): -594956 or 16051190. OLE color: 16051190.

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

Color convert

RGB246235244-
CMYK00.040.010.04
HSL310.91º37.93%94.31%-
HSV(B)310.91º4.47%96.47%-
XYZ84.0485.5497.67-
YUV239.32130.64132.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.93%
GREEN value IS 235 (92.19% from 255) = 32.41%
BLUE value IS 244 (95.70% from 255) = 33.66%
R=33.93%
G=32.41%
B=33.66%

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
Decimal24623524400.040.010.04310.9137.9394.31
HexF6EBF40414137265e
Octal366353364041446746136
Binary111101101110101111110100010011001001101111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EBF4; }

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

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

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

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

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

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

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

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