#FEF7FE

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

Shades of Selago #FEF7FE

Tints of Selago #FEF7FE

Color information

#FEF7FE (or 0xFEF7FE) is unknown color: approx Selago. HEX triplet: FE, F7 and FE. RGB value is (254,247,254). Sum of RGB (Red+Green+Blue) = 254+247+254=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 247 (96.88% from 255 or 32.72% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEF7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7FE is #010801. Grayscale: #F9F9F9. Windows color (decimal): -67586 or 16709630. OLE color: 16709630.

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

Color convert

RGB254247254-
CMYK00.0300.00
HSL300º77.78%98.24%-
HSV(B)300º2.76%99.61%-
XYZ92.0294.75107.2-
YUV249.89130.32130.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.64%
GREEN value IS 247 (96.88% from 255) = 32.72%
BLUE value IS 254 (99.61% from 255) = 33.64%
R=33.64%
G=32.72%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424725400.0300.0030077.7898.24
HexFEF7FE030012c4e62
Octal3763673760300454116142
Binary1111111011110111111111100110010010110010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7FE; }

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

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

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

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

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

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

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

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