#F6E0FA

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

Shades of Selago #F6E0FA

Tints of Selago #F6E0FA

Color information

#F6E0FA (or 0xF6E0FA) is unknown color: approx Selago. HEX triplet: F6, E0 and FA. RGB value is (246,224,250). Sum of RGB (Red+Green+Blue) = 246+224+250=720 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.17% from 720); Green value is 224 (87.89% from 255 or 31.11% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6E0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E0FA is #091F05. Grayscale: #E9E9E9. Windows color (decimal): -597766 or 16441590. OLE color: 16441590.

HSL color Cylindrical-coordinate representation of color #F6E0FA: hue angle of 290.77º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6E0FA is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246224250-
CMYK0.020.1000.02
HSL290.77º72.22%92.94%-
HSV(B)290.77º10.4%98.04%-
XYZ81.9279.81101.53-
YUV233.54137.29136.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.17%
GREEN value IS 224 (87.89% from 255) = 31.11%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=34.17%
G=31.11%
B=34.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462242500.020.1000.02290.7772.2292.94
HexF6E0FA2A02123485d
Octal36634037221202443110135
Binary11110110111000001111101010101001010010001110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E0FA; }

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

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

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

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

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

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

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

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