#FEF4FE

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

Shades of Selago #FEF4FE

Tints of Selago #FEF4FE

Color information

#FEF4FE (or 0xFEF4FE) is unknown color: approx Selago. HEX triplet: FE, F4 and FE. RGB value is (254,244,254). Sum of RGB (Red+Green+Blue) = 254+244+254=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 244 (95.70% from 255 or 32.45% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4FE is #010B01. Grayscale: #F8F8F8. Windows color (decimal): -68354 or 16708862. OLE color: 16708862.

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

Color convert

RGB254244254-
CMYK00.0400.00
HSL300º83.33%97.65%-
HSV(B)300º3.94%99.61%-
XYZ91.1192.93106.9-
YUV248.13131.31132.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.78%
GREEN value IS 244 (95.70% from 255) = 32.45%
BLUE value IS 254 (99.61% from 255) = 33.78%
R=33.78%
G=32.45%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424425400.0400.0030083.3397.65
HexFEF4FE040012c5362
Octal3763643760400454123142
Binary11111110111101001111111001000010010110010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4FE; }

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

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

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

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

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

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

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

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