#F6EFF6

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

Shades of Selago #F6EFF6

Tints of Selago #F6EFF6

Color information

#F6EFF6 (or 0xF6EFF6) is unknown color: approx Selago. HEX triplet: F6, EF and F6. RGB value is (246,239,246). Sum of RGB (Red+Green+Blue) = 246+239+246=731 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.65% from 731); Green value is 239 (93.75% from 255 or 32.69% from 731); Blue value is 246 (96.48% from 255 or 33.65% from 731); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F6EFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EFF6 is #091009. Grayscale: #F1F1F1. Windows color (decimal): -593930 or 16183286. OLE color: 16183286.

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

Color convert

RGB246239246-
CMYK00.0300.04
HSL300º28%95.1%-
HSV(B)300º2.85%96.47%-
XYZ85.5187.9899.66-
YUV241.89130.32130.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.65%
GREEN value IS 239 (93.75% from 255) = 32.69%
BLUE value IS 246 (96.48% from 255) = 33.65%
R=33.65%
G=32.69%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623924600.0300.043002895.1
HexF6EFF6030412c1c5f
Octal366357366030445434137
Binary1111011011101111111101100110100100101100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EFF6; }

 p { color: rgb(246,239,246); }

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

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

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

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

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

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

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