#FEF6FF

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

Shades of Selago #FEF6FF

Tints of Selago #FEF6FF

Color information

#FEF6FF (or 0xFEF6FF) is unknown color: approx Selago. HEX triplet: FE, F6 and FF. RGB value is (254,246,255). Sum of RGB (Red+Green+Blue) = 254+246+255=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 246 (96.48% from 255 or 32.58% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6FF is #010900. Grayscale: #F9F9F9. Windows color (decimal): -67841 or 16774910. OLE color: 16774910.

HSL color Cylindrical-coordinate representation of color #FEF6FF: hue angle of 293.33º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEF6FF is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB254246255-
CMYK0.000.0400
HSL293.33º100%98.24%-
HSV(B)293.33º3.53%100%-
XYZ91.8894.2107.95-
YUV249.42131.15131.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.64%
GREEN value IS 246 (96.48% from 255) = 32.58%
BLUE value IS 255 (100% from 255) = 33.77%
R=33.64%
G=32.58%
B=33.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542462550.000.0400293.3310098.24
HexFEF6FF04001256462
Octal3763663770400445144142
Binary11111110111101101111111101000010010010111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6FF; }

 p { color: rgb(254,246,255); }

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

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

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

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

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

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

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