#FEF5FE

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

Shades of Selago #FEF5FE

Tints of Selago #FEF5FE

Color information

#FEF5FE (or 0xFEF5FE) is unknown color: approx Selago. HEX triplet: FE, F5 and FE. RGB value is (254,245,254). Sum of RGB (Red+Green+Blue) = 254+245+254=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 245 (96.09% from 255 or 32.54% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5FE is #010A01. Grayscale: #F8F8F8. Windows color (decimal): -68098 or 16709118. OLE color: 16709118.

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

Color convert

RGB254245254-
CMYK00.0400.00
HSL300º81.82%97.84%-
HSV(B)300º3.54%99.61%-
XYZ91.4193.53107-
YUV248.72130.98131.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.73%
GREEN value IS 245 (96.09% from 255) = 32.54%
BLUE value IS 254 (99.61% from 255) = 33.73%
R=33.73%
G=32.54%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424525400.0400.0030081.8297.84
HexFEF5FE040012c5262
Octal3763653760400454122142
Binary11111110111101011111111001000010010110010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5FE; }

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

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

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

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

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

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

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

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