#F6E4FA

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

Shades of Selago #F6E4FA

Tints of Selago #F6E4FA

Color information

#F6E4FA (or 0xF6E4FA) is unknown color: approx Selago. HEX triplet: F6, E4 and FA. RGB value is (246,228,250). Sum of RGB (Red+Green+Blue) = 246+228+250=724 (95% of max value = 765). Red value is 246 (96.48% from 255 or 33.98% from 724); Green value is 228 (89.45% from 255 or 31.49% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6E4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E4FA is #091B05. Grayscale: #EBEBEB. Windows color (decimal): -596742 or 16442614. OLE color: 16442614.

HSL color Cylindrical-coordinate representation of color #F6E4FA: hue angle of 289.09º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6E4FA is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246228250-
CMYK0.020.0900.02
HSL289.09º68.75%93.73%-
HSV(B)289.09º8.8%98.04%-
XYZ8381.98101.89-
YUV235.89135.96135.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.98%
GREEN value IS 228 (89.45% from 255) = 31.49%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=33.98%
G=31.49%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462282500.020.0900.02289.0968.7593.73
HexF6E4FA2902121455e
Octal36634437221102441105136
Binary11110110111001001111101010100101010010000110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E4FA; }

 p { color: rgb(246,228,250); }

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

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

 a { background-color: rgb(246,228,250); }

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

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

 span { border-color: rgb(246,228,250); }

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