#FEF8FE

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

Shades of Selago #FEF8FE

Tints of Selago #FEF8FE

Color information

#FEF8FE (or 0xFEF8FE) is unknown color: approx Selago. HEX triplet: FE, F8 and FE. RGB value is (254,248,254). Sum of RGB (Red+Green+Blue) = 254+248+254=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 248 (97.27% from 255 or 32.80% from 756); Blue value is 254 (99.61% from 255 or 33.60% from 756); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8FE is #010701. Grayscale: #FAFAFA. Windows color (decimal): -67330 or 16709886. OLE color: 16709886.

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

Color convert

RGB254248254-
CMYK00.0200.00
HSL300º75%98.43%-
HSV(B)300º2.36%99.61%-
XYZ92.3395.36107.31-
YUV250.48129.99130.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.60%
GREEN value IS 248 (97.27% from 255) = 32.80%
BLUE value IS 254 (99.61% from 255) = 33.60%
R=33.60%
G=32.80%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424825400.0200.003007598.43
HexFEF8FE020012c4b62
Octal3763703760200454113142
Binary1111111011111000111111100100010010110010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8FE; }

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

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

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

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

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

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

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

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