#F6E3FA

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

Shades of Selago #F6E3FA

Tints of Selago #F6E3FA

Color information

#F6E3FA (or 0xF6E3FA) is unknown color: approx Selago. HEX triplet: F6, E3 and FA. RGB value is (246,227,250). Sum of RGB (Red+Green+Blue) = 246+227+250=723 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.02% from 723); Green value is 227 (89.06% from 255 or 31.40% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6E3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E3FA is #091C05. Grayscale: #EBEBEB. Windows color (decimal): -596998 or 16442358. OLE color: 16442358.

HSL color Cylindrical-coordinate representation of color #F6E3FA: hue angle of 289.57º degrees, saturation: 0.7, 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 #F6E3FA is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246227250-
CMYK0.020.0900.02
HSL289.57º69.7%93.53%-
HSV(B)289.57º9.2%98.04%-
XYZ82.7381.43101.8-
YUV235.3136.29135.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.02%
GREEN value IS 227 (89.06% from 255) = 31.40%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=34.02%
G=31.40%
B=34.58%

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
Decimal2462272500.020.0900.02289.5769.793.53
HexF6E3FA2902122465e
Octal36634337221102442106136
Binary11110110111000111111101010100101010010001010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E3FA; }

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

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

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

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

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

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

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

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