#FEF1FE

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

Shades of Selago #FEF1FE

Tints of Selago #FEF1FE

Color information

#FEF1FE (or 0xFEF1FE) is unknown color: approx Selago. HEX triplet: FE, F1 and FE. RGB value is (254,241,254). Sum of RGB (Red+Green+Blue) = 254+241+254=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 241 (94.53% from 255 or 32.18% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1FE is #010E01. Grayscale: #F6F6F6. Windows color (decimal): -69122 or 16708094. OLE color: 16708094.

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

Color convert

RGB254241254-
CMYK00.0500.00
HSL300º86.67%97.06%-
HSV(B)300º5.12%99.61%-
XYZ90.2291.14106.6-
YUV246.37132.31133.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.91%
GREEN value IS 241 (94.53% from 255) = 32.18%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=33.91%
G=32.18%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424125400.0500.0030086.6797.06
HexFEF1FE050012c5761
Octal3763613760500454127141
Binary11111110111100011111111001010010010110010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1FE; }

 p { color: rgb(254,241,254); }

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

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

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

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

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

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

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