#FEFCFE

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

Shades of Selago #FEFCFE

Tints of Selago #FEFCFE

Color information

#FEFCFE (or 0xFEFCFE) is unknown color: approx Selago. HEX triplet: FE, FC and FE. RGB value is (254,252,254). Sum of RGB (Red+Green+Blue) = 254+252+254=760 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.42% from 760); Green value is 252 (98.83% from 255 or 33.16% from 760); Blue value is 254 (99.61% from 255 or 33.42% from 760); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCFE is #010301. Grayscale: #FCFCFC. Windows color (decimal): -66306 or 16710910. OLE color: 16710910.

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

Color convert

RGB254252254-
CMYK00.0100.00
HSL300º50%99.22%-
HSV(B)300º0.79%99.61%-
XYZ93.5797.85107.72-
YUV252.83128.66128.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.42%
GREEN value IS 252 (98.83% from 255) = 33.16%
BLUE value IS 254 (99.61% from 255) = 33.42%
R=33.42%
G=33.16%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425225400.0100.003005099.22
HexFEFCFE010012c3263
Octal376374376010045462143
Binary11111110111111001111111001001001011001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCFE; }

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

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

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

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

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

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

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

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